datasetInfo | R Documentation |
Retrieves information about a single dataset based on the given dataset identifier. Combines several API calls
datasetInfo( dataset, request = NULL, ..., file = NULL, return = TRUE, overwrite = FALSE, memoised = FALSE )
dataset |
Character. Can either be the dataset ID or its short name
(e.g. GSE1234). If a vector of length>1 is provided return all matching dataset
objects similar to |
request |
Character. If NULL retrieves the dataset object. Otherwise
|
... |
Use if the specified request has additional parameters. |
file |
Character. File path. If provided, response will be saved to file |
return |
Logical. If the response should be returned. Set to false when you only want to save a file |
overwrite |
Logical. If TRUE, existing files will be overwritten. If FALSE a warning will be thrown and no action is taken. |
memoised |
Logical. If TRUE a memoised version of the function will be
used which is faster for repeated requests. Use |
A data.frame or a list depending on the request
datasetInfo('GSE81454') datasetInfo('GSE81454', request = 'platforms') datasetInfo('GSE81454', request='data',filter = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.