View source: R/siamcat_class_accessors.R
get.orig_feat.matrix | R Documentation |
Function to retrieve the original features from a SIAMCAT object
get.orig_feat.matrix(siamcat)
siamcat |
(Required). An instance of siamcat-class |
The function returns the original features as matrix.
A matrix containing the original features
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.