ExposomeCorr-class: Class ExposomeCorr

Description Usage Arguments Value Methods (by generic) Slots See Also

Description

Class ExposomeCorr contains a matrix of correlations between continuos exposures calculated using cor. It also contains the description of each exposures (fData of the original ExposomeSet) in order to maintain a coherence with the original source. It extends eSet-class.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'ExposomeCorr,ANY'
plot(x, y, ...)

## S4 method for signature 'ExposomeCorr'
dim(x)

## S4 method for signature 'ExposomeCorr'
extract(object, sort, ...)

## S4 method for signature 'ExposomeCorr'
plotCorrelation(object, type = c("circos", "matrix"), ...)

Arguments

x

Object of class ExposomeCorr

y

NOT USED

...

Arguments passed to corrplot when type="matrix".

object

An ExposomeCorr object.

sort

NOT USED

type

To choose between "circos" and "matrix".

Value

An object of class ExposomeCorr

Methods (by generic)

Slots

assayData

Contains the correlation matrix (see eSet, AssayData).

featureData

Contains the description of the exposures including the family where they belong (see eSet, AnnotatedDataFrame).

See Also

pca to study the behavioud between samples and exposures in an ExposomeSet


rexposome documentation built on March 13, 2021, 2:01 a.m.