powered by
Subset an expression set to remove the internal standards
analytes_eset(object, where = "tag", what = "IS", ...)
an ExpressionSet
ExpressionSet
Column index or name of fData which equals what for the ISs (and something else for the analytes)
what
What the column where does not equal for analytes. Can be vector values too.
where
not used
# NOT RUN { data(mix) analytes(mix) fData(mix)$test <- fData(mix)$tag analytes(mix, where="test") # }
Run the code above in your browser using DataLab