Learn R Programming

crmn (version 0.0.21)

analytes_other: Accessor for the analytes

Description

Subset an expression set to remove the internal standards

Usage

analytes_other(object, standards, ...)

Arguments

object

an ExpressionSet

standards

a logical vector indicating which rows are internal standards

...

not used

Value

ExpressionSet

Examples

Run this code
# NOT RUN {
data(mix)
analytes(exprs(mix), fData(mix)$tag == 'IS')
# }

Run the code above in your browser using DataLab