Description Usage Arguments Value Examples
Runs entrez search using esearch API and returns UIDs.
1 |
query |
A GEO query string. |
db |
Entrez database. For example "gds" == GEO. |
retmax |
Maximum number of records to return, default is 500. |
... |
Further arguments to esearch API. |
A vector of UIDs.
1 2 3 4 5 | ## Not run:
query <- 'expression profiling by high throughput sequencing[DataSet Type]'
ids <- get_ids(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.