analytes_eset: Accessor for the analytes

Description Usage Arguments Value Author(s) Examples

View source: R/misc.R

Description

Subset an expression set to remove the internal standards

Usage

1
analytes_eset(object, where = "tag", what = "IS", ...)

Arguments

object

an ExpressionSet

where

Column index or name of fData which equals what for the ISs (and something else for the analytes)

what

What the column where does not equal for analytes. Can be vector values too.

...

not used

Value

ExpressionSet

Author(s)

Henning Redestig

Examples

1
2
3
4
data(mix)
analytes(mix)
fData(mix)$test <- fData(mix)$tag
analytes(mix, where="test")

crmn documentation built on March 26, 2020, 8:35 p.m.