extract-methods: Obtain the raw query from a 'cAnalysis' object.

Description Usage Arguments Value Examples

Description

Obtain the raw query from a cAnalysis object.

Obtain the data from a comorbidity, molecularComorbidity, cAnalysis or molecularcAnalysis object.

Usage

1
2
3
4
5
## S4 method for signature 'cAnalysis'
extract(object)

## S4 method for signature 'comorbidity'
extract(object)

Arguments

object

of class cAnalysis, molecularcAnalysis, molecularComorbidity or comorbidity

object

Object of class comorbidity, molecularComorbidity, cAnalysis or molecularcAnalysis object.

Value

A data.frame containing the raw result from the initial data (comorbidity)or comorbidity analysis (cAnalysis)

A data.frame containing the raw result

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
#Being x an cAnalysis
qr <- extract(x) 

## End(Not run)
## Not run: 
#Being x an comoRbidity
qr <- extract(x) 

## End(Not run)

aGutierrezSacristan/comorbidity documentation built on April 10, 2020, 5:54 p.m.