Access the results of integrative miRNA-mRNA pathway analyses
Source:R/AllGenerics.R
integratedPathways.Rd
This function accesses the data
slot of a
FunctionalEnrichment
object and returns
a data.frame
with the results of an integrative topological analysis
carried out through the topologicalAnalysis()
function.
Arguments
- object
An object of class
IntegrativePathwayAnalysis
containing the results of a miRNA-mRNA pathway analysis
Value
A data.frame
object containing the results of the topological analysis,
as returned by the topologicalAnalysis()
function.
Author
Jacopo Ronchi, jacopo.ronchi@unimib.it
Examples
# load the example IntegrativePathwayAnalysis object
obj <- loadExamples("IntegrativePathwayAnalysis")
# extract results
taipaRes <- integratedPathways(obj)