EnrichedSets
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
: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
: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.GOsets
DEGs