View source: R/download_classes.R
Sets up a class for storing the options for downloading datasets from GEO and/or ArrayExpress
1 2 | MicroarrayDownloadConfig(acc, database, download_method,
dest_dir = tempdir(), gpl_acc = as.character(NA), annot_gpl)
|
acc |
An accession number for use at GEO or ArrayExpress. |
database |
The name of the database from which the dataset should be downloaded. |
download_method |
Either a function (or the name of a function) for downloading the required dataset. |
dest_dir |
The directory within which the dataset should be saved. |
gpl_acc |
The accession number for any relevant GPL annotation data from GEO. |
annot_gpl |
Should the NCBI-embellished platform annotation data be downloaded? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.