analytes_other {crmn}R Documentation

Accessor for the analytes

Description

Subset an expression set to remove the internal standards

Usage

analytes_other(object, standards, ...)

Arguments

object an ExpressionSet
standards a logical vector indicating which rows are internal standards
... not used

Value

ExpressionSet

Author(s)

Henning Redestig henning@psc.riken.jp

Examples

data(mix)
analytes(exprs(mix), fData(mix)$tag == 'IS')

[Package crmn version 0.0.11 Index]