Learn R Programming

crmn (version 0.0.22)

mexprs-methods: Matrix safe accessor of expression slot

Description

Get the expression data from an ExpressionSet or just return the given matrix

Usage

mexprs(object)

mexprs(object)

# S4 method for ExpressionSet mexprs(object)

Value

the expression data

Arguments

object

an ExpressionSet or matrix

Author

Henning Redestig

Examples

Run this code
data(mix)
head(mexprs(mix))
head(mexprs(exprs(mix)))

Run the code above in your browser using DataLab