Description Usage Arguments Value Examples
This function downloads Expression Atlas experiment summary SimpleList objects based on a vector of ArrayExpress experiment accessions, and returns a list containing these objects.
1 | getAtlasData( experimentAccessions )
|
experimentAccessions |
Vector of ArrayExpress accessions for experiments to be downloaded. |
A list with one entry per experiment summary SimpleList object. Entries are named using the ArrayExpres accession of the respective experiment.
1 2 3 4 5 6 7 8 | # Download some Expression Atlas data into a list.
myExperimentSummaries <- getAtlasData(
c(
"E-GEOD-11175",
"E-MTAB-3007",
"E-GEOD-21070"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.