Description Usage Arguments Value Examples
View source: R/siamcat_class_helper_functions.R
This functions filters siamcat@label
.
1 | filter.label(siamcat, ids, verbose = 1)
|
siamcat |
an object of class siamcat-class |
ids |
names of samples to be left in the |
verbose |
control output: |
siamcat an object of class siamcat-class
1 2 3 | data(siamcat_example)
# simple working example
siamcat_filtered <- filter.label(siamcat_example, ids=c(1:10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.