which_max_iqr {crossmeta}R Documentation

Get row indices of maximum IQR within annotation groups

Description

Groups by group_by and determines row with maximum IQR.

Usage

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


[Package crossmeta version 1.20.0 Index]