jclev-uga / SWEEP

Sliding Window Extraction of Explicit Polymorphisms
MIT License
4 stars 5 forks source link

More details on the Sweep algorithms #9

Open genostack opened 2 years ago

genostack commented 2 years ago

Dr. Josh. In the paper "SWEEP: A Tool for Filtering High-Quality SNPs in Polyploid Crops", the core algorithms of Sweep is: The SNP of interest is anchored by called SNPs up-stream and down-stream. The procedure checks all genotypes and looks for a case where: (1) the SNP of interest is homozygous for the reference allele in at least one genotype while (2) the "anchor" SNPs are always heterozygous alternate allele. Can you help explain more details why this is the case in polyploids? thanks.