ExposomeClust-class: Class ExposomeClust

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

Description

Class ExposomeClust obtained from clustering on an ExposomeSet object, represents the groups of samples created applying a clustering method on the ExposomeSet' exposures.

Usage

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

## S4 method for signature 'ExposomeClust'
classification(object)

## S4 method for signature 'ExposomeClust'
plotClassification(object, type = "heatmap", ...)

## S4 method for signature 'ExposomeClust'
sampleNames(object)

Arguments

x

Object of class ExposomeClust

y

NOT USED

...

Argument given to heatmap.2

object

An object of class ExposomeClust

type

(default "heatmap") Type of plot.

Value

An object of class ExposomeClust

Methods (by generic)

Slots

model

Result obtained on applying method on the exposures.

method

Function used to perform the clustering of the exposures.

call

Call used to create this object.

samples

Name of the exposures after the clustering process.

See Also

clustering to apply a clustering on an ExposomeSet and create an ExposomeClust.


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