to_ma: Covert expression values to MAList

View source: R/load_agil.R

to_maR Documentation

Covert expression values to MAList

Description

Covert expression values to MAList

Usage

to_ma(y)

Arguments

y

Expression values from two-channel agilent array in order all red then all green.

Value

MAList

Examples


A <- matrix(rnorm(100), ncol = 5)
M <- matrix(rnorm(100), ncol = 5)
MA <- new('MAList', list(M=M, A=A))
colnames(MA) <- letters[1:5]

y <- exprs.MA(MA)
MA2 <- crossmeta:::to_ma(y)
all.equal(MA, MA2)


alexvpickering/crossmeta documentation built on June 2, 2022, 7:06 a.m.