as.matrix(limma)
as.matrix()所属R语言包:limma
Turn a Microarray Data Object into a Matrix
变成一个矩阵芯片的数据对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Turn a microarray data object into a numeric matrix by extracting the expression values.
变成一个数字矩阵芯片的数据对象的提取表达式的值。
用法----------Usage----------
## S3 method for class 'MAList'
as.matrix(x,...)
参数----------Arguments----------
参数:x
an object of class RGList, MAList, EList, MArrayLM, marrayNorm, PLMset, ExpressionSet, LumiBatch or vsn.
一个对象类RGList,MAList,EList,MArrayLM,marrayNorm,PLMset,ExpressionSet,LumiBatch 或vsn。
参数:...
additional arguments, not used for these methods.
额外的参数,不使用这些方法。
Details
详情----------Details----------
These methods extract the matrix of log-ratios, for MAList or marrayNorm objects, or the matrix of expression values for other expression objects such as EList or ExressionSet. For MArrayLM objects, the matrix of fitted coefficients is extracted.
这些方法提取的log比矩阵,MAList或marrayNorm对象,或其他如EList或ExressionSet表达对象的表达式的值的矩阵。 MArrayLM对象,拟合系数矩阵中提取。
These methods involve loss of information, so the original data object is not recoverable.
这些方法涉及信息丢失,因此,原始数据的对象是无法收回。
值----------Value----------
A numeric matrix.
数字矩阵。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
as.matrix in the base package or exprs in the Biobase package.
as.matrix在碱基包或exprs的BIOBASE包。
02.Classes gives an overview of data classes used in LIMMA.
02.Classes给在LIMMA使用的数据类的概述。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|