Entering edit mode
9.4 years ago
devenvyas
▴
760
I have downloaded a number of Plink SNP data sets from a region of the world I am interested in. These datasets were created by different means that my own, and thus contain different SNPs
For each of these, I have generated lists of RSids in common between my data and one of the individual datasets (i.e., intersection of my dataset and one other dataset); thus, I have about five or six lists of RSids.
I need a quick and easy way to get the RSids that appear in last five or six lists in R or shell or Python.
Any suggestions on how to do this?