Description Usage Arguments Details Value Author(s) References See Also Examples
Search the Entrez BioProject (Genome Project) at NCBI and retrieve a project summary table
1 | ncbiProject(term, refseq = FALSE)
|
term |
any valid combination of Entrez search terms |
refseq |
include RefSeq and Overview projects, if false then only primary submissions excluding RefSeq. |
Searches the new BioProject database using the ESearch utility
A genomes data frame with 32 summary fields columns
Chris Stubben
A description of the Entrez programming utilities is at http://eutils.ncbi.nlm.nih.gov/.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
x <- ncbiProject("Yersinia[ORGN]")
x
summary(x)
#Metagenomes
metag <- ncbiProject("metagenome[Project Data Type]")
metag2 <- ncbiProject("metagenomes[Orgn]")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.