Entering edit mode
How can i annotate SNP6 probe id with each gene separately
con = pd.genomewidesnp.6@getdb()
dbGetQuery(con, "select * from featureSet limit 906600")
this gives an individual SNPs with its associated genes.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
There isn't enough information here for us to help you. Please read the posting guide for suggestions on how to ask a question:
http://www.bioconductor.org/help/support/posting-guide/
Explain what you are trying to do, provide a reproducible piece of code and the output of sessionInfo().
Valerie