View source: R/Metadatacreation.R
download_experiments_from_ExpressionAtlas | R Documentation |
To use data from Expression Atlas that can be downloaded in '.Rdata' format.
download_experiments_from_ExpressionAtlas( ..., destdir = getwd() %>% paste("experiments", sep = "/") )
experiments |
Character list of Expression atlas experiment id |
The experiment should be either bulk-RNAseq(SummarizedExperiment) or microarray(ExpressionSet). WARNING: Different types of experiment should not be processed together. For example, one SummarizedExperiment with expressionSet experiment, otherwise it will cause an error in further steps.
A list of the downloaded experiments.
experiments <- download_experiments_from_ExpressionAtlas('E-ERAD-169','E-GEOD-73175','E-MTAB-2801')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.