getAnalysticsDifferentialAtlasExpression | R Documentation |
This function downloads and returns differential expression analytics data for an Expression Atlas experiment, based on the ArrayExpress accession of the experiment.
getAnalysticsDifferentialAtlasExpression( experimentAccession )
experimentAccession |
ArrayExpress experiment accession e.g. "E-MTAB-10104" |
A dataframe with p.value
and log2foldchange
values of the genes for each assay group contrast.
# Download the differential expression analytics data for experiment E-MTAB-10104
mtab10104_dea <- getAnalysticsDifferentialAtlasExpression( "E-MTAB-10104" )
# See the entries available
dim(mtab10104_dea)
# Prints out the following:
# [1] 56748 10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.