standards_eset: Accessor for the Internal Standards

Description Usage Arguments Value Author(s) Examples

View source: R/misc.R

Description

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

Usage

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

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

Value

subsetted dataset

Author(s)

Henning Redestig

Examples

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

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