mquinodo / AutoMap

Tool to find regions of homozygosity (ROHs) from sequencing data.
26 stars 9 forks source link

PASS filtering #9

Closed snashraf closed 3 years ago

snashraf commented 3 years ago

Dear team,

Thanks for the great software!

I have two questions. I have a VCF file generated using GATK.

  1. Does the tool filter out the Non PASS calls ?
  2. Does the tool filter out the call where ALT is "*"?

Regards, Najeeb

mquinodo commented 3 years ago

Dear Najeeb,

Thank you for your feedback.

  1. The tool filters the variants based on various criteria (DP, percent of reads supporting the variant,...). However it does not filter out the non PASS calls.
  2. The tool only takes calls with genotype field (GT) equal to 1/1 or 0/1. This excludes multiallelic sites and the ones with "*" described here: https://gatk.broadinstitute.org/hc/en-us/articles/360035531912-Spanning-or-overlapping-deletions-allele-

Best, Mathieu