Learn R Programming

crmn (version 0.0.21)

standards_eset: Accessor for the Internal Standards

Description

Subset an data set to only contain the labeled internal standards.

Usage

standards_eset(object, where = "tag", what = "IS", ...)

Value

subsetted dataset

Arguments

object

an ExpressionSet

where

Column index or name in fData which equals what for the ISs

what

What the column where equals for ISs

...

not used

Author

Henning Redestig

Examples

Run this code
data(mix)
standards(mix)
fData(mix)$test <- fData(mix)$tag
standards(mix, where="test")

Run the code above in your browser using DataLab