View source: R/ExploratorySummarizedExperiment-class.R
ExploratorySummarizedExperiment | R Documentation |
This function creates objects of the ExploratorySummarizedExperiment class, an extension of SummarizedExperiment designed to hold additional information about the features present - for example differential expression values and the type of identifiers used in rows.
ExploratorySummarizedExperiment(
assays,
colData,
annotation,
idfield,
labelfield = character(),
entrezgenefield = character(),
contrast_stats = list(),
assay_measures = list(),
gene_set_analyses = list(),
dexseq_results = list(),
read_reports = list()
)
assays |
An object of class SimpleList as would be supplied to the SummarizedExperiment constructor |
colData |
An object of class DataFrame as would be supplied to the
SummarizedExperimentConstructor. Row names could correspond to column names
in the matrices in |
annotation |
A data frame with annotation for the features (rows) of
the |
idfield |
To which of the |
labelfield |
Which column from |
entrezgenefield |
Which column from |
contrast_stats |
List of matrices containing contrast-related statistics. Only 'pvals', 'qvals' and 'fold_changes' are currently used. Fold changes are calculated on the fly where not supplied. Matrix columns correspond to 'contrasts' set in the containing SummarizedExperimentList. |
assay_measures |
Optional List of measures to display related to each assay. |
gene_set_analyses |
List of lists of gene set tables keyed first by gene set type and secondly by contrast |
dexseq_results |
An optional list of |
read_reports |
A named list of matrices with read counts in columns and sample names in rows. Useful for providing mapped read counts, counts per gene type etc |
It is intended that one or more ExploratorySummarizedExperiments with the same samples (columns) are contained within an ExploratorySumarizedExperimentList, which will contain information relevant to all experiments such as gene sets and contrasts.
It's clear that the structure of this class and that of SummarizedExperimentList will need to be refined in future.
output An ExploratoryRangedSummarizedExperient object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.