powered by
Subset an data set to only contain the labeled internal standards.
standards_eset(object, where = "tag", what = "IS", ...)
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
subsetted dataset
# NOT RUN { data(mix) standards(mix) fData(mix)$test <- fData(mix)$tag standards(mix, where="test") # }
Run the code above in your browser using DataLab