Description Usage Arguments Details Value Author(s) References See Also Examples
Search Entrez Nucleotide at NCBI and retrieve summary tables
1 | ncbiNucleotide(term)
|
term |
Any valid combination of Entrez search terms or a vector of accessions numbers |
Returns a summary from Entrez Nucleotide.
A genomes data frame with acc, name, released, taxid, size, gi and other fields
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:
ncbiNucleotide("AL117189,AL109969,AL117211")[,1:6]
# Exclude Patents and Refseq
marb <- ncbiNucleotide( "Marburgvirus[ORGN] NOT gbdiv_pat[PROP] NOT srcdb_refseq[PROP]")
head(marb)
# two peaks in size distribution (partial and complete sequences)
hist(marb$size, col="blue", br=30, main="Marburg virus sequences", xlab="Length (bp)")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.