epost {reutils} | R Documentation |
epost - uploading UIDs to Entrez
Description
epost
uses the Entrez EPost utility to upload primary UIDs to the Entrez History server
or append a list of UIDs to an existing set of UIDs attached to a Web Environment.
Usage
epost(uid, db = NULL, webenv = NULL)
Arguments
uid |
(Required) List of UIDs provided as a character or as an |
db |
(Required if |
webenv |
(Optional) Web Environment. If provided, this parameter
specifies the Web Environment that will receive the UIDs sent by
|
Details
epost
returns an integer label called a query key and an encoded cookie string
called a Web environment. epost
objects can then be used instead of a UID
list in subsequent calls to esummary
, efetch
, or
elink
.
See the official online documentation for NCBI's EUtilities for additional information.
Value
An epost
object.
Examples
## post a list of protein GIs to the Entrez History server
gi <- c("194680922", "50978626", "28558982", "9507199", "6678417")
p <- epost(gi, "protein")
p