View source: R/siamcat_class_accessors.R
get.norm_feat.matrix | R Documentation |
Function to retrieve the normalized features from a SIAMCAT object
get.norm_feat.matrix(siamcat)
siamcat |
(Required). An instance of siamcat-class containing normalized features |
The function returns the normalized features as matrix. See normalize.features for more details.
A matrix containing the normalized features
data(siamcat_example)
feat.norm <- get.norm_feat.matrix(siamcat_example)
feat.norm[1:3, 1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.