analytes {crmn}R Documentation

Accessor for the analytes

Description

Subset an data set to only contain the analytes.

Usage

analytes(object, standards=NULL, ...)

Arguments

object an ExpressionSet, matrix or data.frame
standards a logical vector indicating which rows are internal analytes
... not used

Value

subsetted dataset

Author(s)

Henning Redestig henning@psc.riken.jp

Examples

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

[Package crmn version 0.0.11 Index]