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