Description Usage Arguments Details Value Class hierarchy for egquery Generics with methods for egquery Slots Examples
“egquery” is an S4 class that provides a container for data retrived by calls to the NCBI EGQuery utility.
egquery
retrieves the number of records in all Entrez databases for
a single text query
1 | egquery(term)
|
term |
A valid Entrez text query. |
See the official online documentation for NCBI's EUtilities for additional information.
An egquery
instance.
Super classes:
eutil
show
A character vector containing the query URL.
Any error or warning messages parsed from the output of the call submitted to Entrez.
A character vector holding the unparsed contents of a request to Entrez.
The search term passed on to the EGQuery Utility.
A data frame with the following columns:
dbName
, menuName
, count
, and status
.
1 2 3 4 | ## Perform a global Entrez Search
# Determine the number of records for "Chlamydia psittaci" in Entrez
egquery("Chlamydia psittaci")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.