einfo: einfo

Description Usage Arguments Details Value Class hierarchy for einfo Generics with methods for einfo Examples

Description

“einfo” is a virtual S4 class that is extended by the einfoDbList, and einfoDb classes.

einfo retrieves information about each database in the NCBI Entrez system. If no database is specified einfo will return a list of currently available NCBI databases. For specific databases, einfo returns the name, a description, the number of records indexed in the database, the date of the last update of the database, the fields and the available links from the database to other Entrez databases.

Usage

1
  einfo(db)

Arguments

db

A valid NCBI database name. If missing a list of all current NCBI databases is returned.

Details

See the documentation for the NCBI EUtilities for additional information.

Value

An einfo instance.

Class hierarchy for einfo

Sub classes:

Super classes:

Generics with methods for einfo

* = methods only defined for subclasses

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## get database statistics and search fields

# a list of all valid Entrez databases
databases <- einfo()
databases

# database statistics for protein
protein <- einfo("protein")
protein

# retrieve xml response
p <- content(protein, "xml")
p

gschofl/rentrez documentation built on May 17, 2019, 8:53 a.m.