getAtlasData | R Documentation |
This function downloads Expression Atlas experiment summary SimpleList objects based on a vector of ArrayExpress/BioStudies experiment accessions, and returns a list containing these objects.
getAtlasData( experimentAccessions )
experimentAccessions |
Vector of ArrayExpress/BioStudies accessions for experiments to be downloaded. |
A list with one entry per experiment summary SimpleList object. Entries are named using the ArrayExpres/BioStudies accession of the respective experiment.
# 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.