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 <- system.file('extdata/billing19.rnacounts.txt', package = 'autonomics')
object <- read_rnaseq_counts(file, plot = FALSE)
object %<>% filter_medoid(by = 'subgroup', verbose=TRUE)

bhagwataditya/autonomics documentation built on June 17, 2024, 10:54 a.m.