Description Usage Arguments Value Methods (by generic) Slots See Also
Class ExposomeClust
obtained from clustering on an
ExposomeSet object, represents the groups of samples created
applying a clustering method on the ExposomeSet
' exposures.
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)
|
x |
Object of class |
y |
NOT USED |
... |
Argument given to |
object |
An object of class ExposomeClust |
type |
(default |
An object of class ExposomeClust
plot
: Wrapper for plotClassification
method.
classification
: Return classe asigned to each sample
plotClassification
: Draws a heatmap for the samples' classification.
sampleNames
: Method to obtain samples' names
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.
clustering
to apply a clustering on an
ExposomeSet
and create an ExposomeClust
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.