- Note that 15 is always too low of a length limit. Even without the "chr" prefix, there are lots of SNPs on e.g. chr10 with POS > 99999999, which would be filtered out by this rule. The lowest limit I'd ever recommend imposing is 39; this corresponds to EIGENSOFT's capacity.
- Alternatively, you can just filter out indels, if there are any other reasons your analysis would have problems with them. "plink2 --snps-only" is one easy way to do that; there are many others.
• 0 views
•
link