filter_medoid | R Documentation |
Filter medoid sample
filter_medoid(object, by = NULL, verbose = FALSE)
object |
SummarizedExperiment |
by |
svar |
verbose |
whether to message |
SummarizedExperiment
file <- system.file('extdata/billing19.rnacounts.txt', package = 'autonomics')
object <- read_rnaseq_counts(file, plot = FALSE)
object %<>% filter_medoid(by = 'subgroup', verbose=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.