Hi,
I just want to get all informations (countries) for multiple dbSNP ID's.
For example:
"rs9934438", where was the data collected?
So is it from nord africa, from caucasian or something like that.
The results should like like this:
rs9934438 from "nord africa" (this is still just an arbitrary example)
I tried biomart but I didn't found this information in this R package.
In general, I want to calculated the frequencies from multiple rs ID's and where there are occurred (countries, population).
I am very grateful for your help.
I'm not sure what resources exist, but are all the data you want in a downloadable file? If so, you can then use the match function in R to help fill in a new column.
This might be achievable, but not with match. It's way too complicated - you might need to create your own snp id - set of populations list and that might not be worth the effort. Better off picking populations where AF>0.00, no?
I have a list with #rs ID's, and for this I can use the match function from bioMart?