filter.label {SIAMCAT} | R Documentation |
siamcat@label
This functions filters siamcat@label
.
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
data(siamcat_example) # simple working example siamcat_filtered <- filter.label(siamcat_example, ids=c(1:20))