filter_medoid: Filter medoid sample

View source: R/6_transform.R

filter_medoidR Documentation

Filter medoid sample

Description

Filter medoid sample

Usage

filter_medoid(object, by = NULL, verbose = FALSE)

Arguments

object

SummarizedExperiment

by

svar

verbose

whether to message

Value

SummarizedExperiment

Examples

file <- download_data('billing19.rnacounts.txt')
object <- read_rnaseq_counts(file, plot=FALSE)
object %<>% filter_medoid(by = 'subgroup', verbose=TRUE)

bhagwataditya/importomics documentation built on April 20, 2024, 11:19 p.m.