Hi,
I would like to filter my dataset using a list of chromosome and basepair positions using plink.
I understand you can filter based on a list of SNP NAMES in plink:
plink --bfile filename --extract snpfilename.txt --make-bed --out new_filename
What would be the way to do this with chromosome and position?
Thanks!
You may consider first obtaining your MAP file, which contains all variants in your dataset and their chromosome and position, and then using that information for filtering