powered by
Subset an data set to only contain the labeled internal standards.
standards_eset(object, where = "tag", what = "IS", ...)
subsetted dataset
an ExpressionSet
ExpressionSet
Column index or name in fData which equals what for the ISs
what
What the column where equals for ISs
where
not used
Henning Redestig
data(mix) standards(mix) fData(mix)$test <- fData(mix)$tag standards(mix, where="test")
Run the code above in your browser using DataLab