python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Extract variant positions from VCF dependent on contents of other columns
I have a vcf file, I am trying to extract the information from these columns:
#CHROM POS REF ALT
However I would like to extract these only if the SAMPLE-1 column contains the string DeNovo (N...
hdjc90
Votes: 0
Answers: 1
Replace 2nd and 3rd occurrence of a character with another character, for each line, Bash
I am trying to reformat the reference legend files to make them compatible with bcftools.
Essentially, I need to go from this:
id position a0 a1 TYPE AFR AMR EAS EUR SAS ALL
1:123:A:T 123 A T SNP 0.01...
FranjoIM
Votes: 0
Answers: 1