Extract Log-Expression Matrix from MAList
提取log,表达矩阵MAList
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract the matrix of log-expression values from an MAList object.
提取的记录表达式的值从MAList对象的矩阵。
用法----------Usage----------
exprs.MA(MA)
参数----------Arguments----------
参数:MA
an MAList object.
MAList对象。
Details
详情----------Details----------
Converts M and A-values to log-expression values. The output matrix will have two columns for each array, in the order green, red for each array.
转换成M和A - 值数表达式的值。输出矩阵将有两列的顺序绿色为每个阵列,每个阵列的红色。
This contrasts with as.matrix.MAList which extracts the M-values only, or RG.MA which converts to expression values in RGList form.
as.matrix.MAList这对比中提取的M值,或RG.MA转换RGList形式的表达值。
值----------Value----------
A numeric matrix with twice the columns of the input.
与两倍的输入列的数字矩阵。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
02.Classes gives an overview of data classes used in LIMMA.
02.Classes给在LIMMA使用的数据类的概述。