filter_medoid | R Documentation |
Filter medoid sample
filter_medoid(object, by = NULL, verbose = FALSE)
object |
SummarizedExperiment |
by |
svar |
verbose |
whether to message |
SummarizedExperiment
require(magrittr) file <- download_data('billing19.rnacounts.txt') 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.