Skip to content

Instantly share code, notes, and snippets.

@dwinter
Last active August 29, 2015 14:00
Show Gist options
  • Save dwinter/11163027 to your computer and use it in GitHub Desktop.
Save dwinter/11163027 to your computer and use it in GitHub Desktop.
gb_acc <- "JF493405"
nuc_id <- entrez_search(db="nuccore", term=paste(gb_acc, "[accn]", sep=""))$id
tax_links <- entrez_link(db="taxonomy", dbfrom="nuccore", id=nuc_id)
tax_summ <- entrez_summary(db="taxonomy", id=tax_links$nuccore_taxonomy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment