Learn R Programming

crmn (version 0.0.19)

analytes_eset: Accessor for the analytes

Description

Subset an expression set to remove the internal standards

Usage

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

Arguments

object
an ExpressionSet
where
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.
...
not used

Value

  • ExpressionSet

Examples

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

Run the code above in your browser using DataLab