Description Slots Accessors Methods Author(s) References See Also Examples
A class generated from the function RegulatoryEnrichment()
containing the overrepresented post-transcriptional regulatory factors (RBPs, miRNAs, etc) from the lists of differentially expressed genes coming from the analysis of two different expression levels.
enriched.table
:Object of class data.frame
containing all the regulatory enrichment analysis. The data frame contains one row for each regulatory factor, while columns are organized as follows:
level
, level of analysis on which the enrichment is calculated. The names of the two levels are taken from the object DEGs
given as an input to the function GOEnrichment
.
ID
, ID of the regulatory factor.
number
, number of genes in the human genome associated to the regulatory factor.
list
, list of genes in the list of DEGs associated to the regulatory factor.
pv.fisher
, enrichment p-value calculated with the Fisher test.
pv.fisher.BH
, the Benjamini-Hochberg corrected enrichment p-value calculated with the Fisher test according to the chosen enrichment method.
label.level.enriched
:Object of class character
specifying the names of the two levels compared in the experiment.
signature(object = "EnrichedSets")
: displays the slot enriched.table
.
signature(object = "EnrichedSets")
: displays the slot label.level.enriched, slot of class character
specifying the names of the two levels compared in the experiment.
signature(object = "EnrichedSets")
: enables the generation of a heatmap of the top enriched regulatory factors for the first and second level of analysis.
signature(object = "EnrichedSets")
: displays the slot label.level.enriched
.
signature(object = "EnrichedSets")
: enables the generation of a radar plot of the top enriched regulatory factors for the first and second level of analysis.
signature(object = "EnrichedSets")
: displays all the two slots of the class.
Erik Dassi, Toma Tebaldi
Alexa A, Rahnenfuhrer J, Lengauer T. Improved scoring of functional groups from gene expression data by decorrelating go graph structure. Bioinformatics 2006, 22(13):1600-7. Dassi E et al(2012). AURA: Atlas of UTR Regulatory Activity. Bioinformatics. 28(1):142-4.
1 | showClass("EnrichedSets")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.