Learn R Programming

genomes (version 2.16.0)

esummary: Entrez database summaries

Description

Summaries of Entrez database records at NCBI

Usage

esummary(id, db = "pubmed", parse = TRUE, ...)

Arguments

id
An EntrezHistory object or vector of Ids
db
An Entrez database, default pubmed
parse
Parse the XML results into a data.frame
...
Other key-value pairs passed to the esummary url string

Value

References

http://www.ncbi.nlm.nih.gov/books/NBK25499

Examples

Run this code

## Not run: 
# # BioC articles published in the last year
# x <- esearch("bioconductor[TITLE]", reldate=360)
# y <- esummary(x, version="2.0")
# y[, c(1, 42, 6, 3, 8, 10)]
# 
# # Y. pestis CO92 refseqs
# x <- esearch( "Yersinia pestis CO92[ORGN] AND refseq[FILTER]", "nuccore")
# y <- esummary(x)
# y[, c(2,3,5,10)]
# # Taxonomy database
# esummary(esearch("Mouse[Subtree]", db="taxonomy"))
# ## End(Not run)

Run the code above in your browser using DataLab