Description Usage Arguments Details Value Examples
View source: R/siamcat_class_accessors.R
Function to retrieve the original features from a SIAMCAT object
1 |
siamcat |
(Required). An instance of siamcat-class |
The function returns the original features as matrix.
A matrix containing the original features
1 2 3 | data(siamcat_example)
feat.original <- get.orig_feat.matrix(siamcat_example)
feat.original[1:3, 1:3]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.