ExposomeCorr {rexposome} | R Documentation |
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.
## 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"), ...)
x |
Object of class ExposomeCorr |
y |
NOT USED |
... |
Arguments passed to |
object |
An |
sort |
NOT USED |
type |
To choose between |
An object of class ExposomeCorr
plot
: Wrapper for plotClassification
method.
dim
: Return the dimension of the internat matrix of
correlation.
extract
: Return the raw correlation matrix
plotCorrelation
: Draws both a matrix of circos plot of correlations
assayData
featureData
Contains the description of the exposures including the family where they belong (see eSet, AnnotatedDataFrame).
pca
to study the behavioud between samples
and exposures in an ExposomeSet