getIntegration {omicRexposome}R Documentation

Method to extrat integration-feature result from a ResultSet

Description

Homologous methods from MultiDataSet (getAssociation) but for ResultsSet created by crossomics. It Resturns a data.frame with the result from mcia (omicade4) or from MultiCCA (PMA).

Usage

getIntegration(object, ...)

## S4 method for signature 'ResultSet'
getIntegration(object, ...)

Arguments

object

An object of class ResultSet obtained from

...

NOT USED

Value

A data.frame

Examples

data("crs", package = "omicRexposome")
class(getIntegration(crs))

[Package omicRexposome version 1.6.0 Index]