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 have been trying to extract the SNPs associated with a list of genes and I would like to use GRCh37 as my genome assembly. Is there a parameter that can be added to the following code line to specify what build to use to retrieve the SNPs?
I have been trying to extract the SNPs associated with a list of genes and I would like to use GRCh37 as my genome assembly. Is there a parameter that can be added to the following code line to specify what build to use to retrieve the SNPs?
snp_links_all <- entrez_link(dbfrom='gene', id=genes_ID, db='snp', by_id=F)
The text was updated successfully, but these errors were encountered: