to_ma | R Documentation |
Covert expression values to MAList
to_ma(y)
y |
Expression values from two-channel agilent array in order all red then all green. |
MAList
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.