You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanna to understand if the v54.1_1240K_public.snp file column in Eigenstrat format represents "SNP ID","Chromosome","Position in centimorgans","Base-pair coordinate","ALT allele","REF allele"? or the last two column mean "REF allele" and "ALT allele"?
head(file):
rs3094315 1 0.020130 752566 G A
rs12124819 1 0.020242 776546 A G
rs28765502 1 0.022137 832918 T C
rs7419119 1 0.022518 842013 T G
rs950122 1 0.022720 846864 G C
I prefer to call the last 2 columns "count allele" and "alt allele"
For a snp with these columns as "A T" the genotype file counts the A..
Good practice is to include the human reference in the sample list (.ind)
as there is no guarantee that the count allele matches reference.
Nick Patterson
I wanna to understand if the v54.1_1240K_public.snp file column in Eigenstrat format represents "SNP ID","Chromosome","Position in centimorgans","Base-pair coordinate","ALT allele","REF allele"? or the last two column mean "REF allele" and "ALT allele"?
head(file):
rs3094315 1 0.020130 752566 G A
rs12124819 1 0.020242 776546 A G
rs28765502 1 0.022137 832918 T C
rs7419119 1 0.022518 842013 T G
rs950122 1 0.022720 846864 G C
File link :https://reichdata.hms.harvard.edu/pub/datasets/amh_repo/curated_releases/V54/V54.1/SHARE/public.dir/v54.1_1240K_public.snp
The text was updated successfully, but these errors were encountered: