Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 173: Line 173:     
This discovery set appears to have many novel variants! (or false positives)
 
This discovery set appears to have many novel variants! (or false positives)
  −
==Peek==
  −
  −
You can see what you have in the file with:
  −
 
  −
  vt peek mills.genotypes.bcf
  −
  −
You can also focus on a chromosome:
  −
  −
  vt peek mills.genotypes.bcf -i 20
  −
  −
Or with just passed variants:
  −
  −
  vt peek mills.genotypes.bcf -i 20 -f PASS
  −
  −
Or with failed variants:
  −
  −
  vt peek mills.genotypes.bcf -i 20 -f ~PASS
  −
  −
Or with just 1bp indels:
  −
  −
  vt peek mills.genotypes.bcf -i 20 -f "PASS&&DLEN==1"
  −
  −
Or with just 1bp deletions:
  −
  −
  vt peek mills.genotypes.bcf -i 20 -f "PASS&&LEN==-1"
  −
  −
Or with just biallelic 1bp indels:
  −
  −
  vt peek mills.genotypes.bcf -i 20 -f "PASS&&N_ALLELE==2&&LEN==1"
  −
  −
Or with just biallelic 1bp indels that are somewhat rare:
  −
  −
  vt peek mills.sites.bcf -f "PASS&&N_ALLELE==2&&LEN==1&&INFO.AF<0.03"
  −
  −
Or with just biallelic 1bp indels that are somewhat rare with sanity checking:
  −
  −
  vt peek mills.sites.bcf -f "PASS&&N_ALLELE==2&&LEN==1&&INFO.AC/INFO.AN<0.03"
  −
  −
which you will observe discrepancies due to rounding off in AF.  So you should probably use INFO.AC/INFO.AN.
      
==Normalization==
 
==Normalization==
1,102

edits

Navigation menu