which_max_iqr: Get row indices of maximum IQR within annotation groups

Description Usage Arguments Value

View source: R/diff_utils.R

Description

Groups by group_by and determines row with maximum IQR.

Usage

1
which_max_iqr(eset, groub_by, x = exprs(eset))

Arguments

eset

ExpressionSet

groub_by

Column in fData(eset) to group by

x

matrix of expression values to use for IQR

Value

Integer vector of row numbers representing rows with the maximum IQR after grouping by group_by


crossmeta documentation built on Nov. 8, 2020, 8 p.m.