Learn R Programming

crmn (version 0.0.8)

analytes: Accessor for the analytes...

Description

Accessor for 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

Details

Subset an data set to only contain the analytes.

Examples

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

Run the code above in your browser using DataLab