Description Usage Arguments Value Examples
Run entrez database query. Returns document summaries for query Ids. Wrapper around entrez esearch and esummary tools.
1 2 | entrez_docsums(query = NULL, uid = NULL, db = "gds", retmax = 500,
...)
|
query |
A GEO query string (optional). |
uid |
Character vector of UIDs (optional). |
db |
Entrez database. For example "gds" == GEO. |
retmax |
Maximum number of records to return, default is 500. |
... |
Further arguments to esearch and esummary APIs. |
a data_frame. Returns document summaries for query Ids.
1 2 3 4 5 | ## Not run:
query <- "expression profiling by high throughput sequencing[DataSet Type]"
qres <- entrez_docsums(query = query, db = 'gds', retmax = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.