Get the IDs of statistically differentially expressed miRNAs/genes
Source:R/AllGenerics.R
significantAccessors.Rd
The significantMirnas()
and significantGenes()
functions access the
significant
features contained in the mirnaDE
or geneDE
slots
of a MirnaExperiment
object, and can be used
to obtain the IDs of statistically differentially expressed miRNAs and genes.
Arguments
- object
A
MirnaExperiment
object containing miRNA and gene data
Value
A character
vector of miRNA IDs (e.g. 'hsa-miR-16-5p',
hsa-miR-29a-3p'...), or acharacter
vector of gene symbols (e.g. 'TP53',
'FOXP2', 'TIGAR', CASP1'...).
Functions
significantMirnas()
: Get the IDs of differentially expressed miRNAssignificantGenes()
: Get the IDs of differentially expressed genes
Author
Jacopo Ronchi, jacopo.ronchi@unimib.it
Examples
# load example MirnaExperiment object
obj <- loadExamples()
# extract significant DE-miRNAs
sigMirnas <- significantMirnas(obj)
# extract significant DEGs
sigGenes <- significantGenes(obj)