as.data.frame(limma)
as.data.frame()所属R语言包:limma
Turn a Microarray Linear Model Object into a Dataframe
变成一个Dataframe芯片的线性模型对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Turn a MArrayLM object into a data.frame.
打开MArrayLMdata.frame对象。
用法----------Usage----------
## S3 method for class 'MArrayLM'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
参数----------Arguments----------
参数:x
an object of class MArrayLM
一个对象类MArrayLM
参数:row.names
NULL or a character vector giving the row names for the data frame. Missing values are not allowed.
NULL或特征向量,使数据框的行名。遗漏值是不允许的。
参数:optional
logical. If TRUE, setting row names and converting column names (to syntactic names) is optional.
逻辑。如果TRUE“行名和列名转换(句法名)是可选的。
参数:...
additional arguments to be passed to or from methods.
额外的参数被传递到或从方法。
Details
详情----------Details----------
This method combines all the components of x which have a row for each probe on the array into a data.frame.
这种方法结合了x有行成一个data.frame为每个探测器阵列上的所有组件。
值----------Value----------
A data.frame.
数据框。
作者(S)----------Author(s)----------
Gordon Smyth
参见----------See Also----------
as.data.frame in the base package.
as.data.frame基本包。
02.Classes gives an overview of data classes used in LIMMA. 06.LinearModels gives an overview of linear model functions in LIMMA.
02.Classes给在LIMMA使用的数据类的概述。 06.LinearModels给出了一个线性模型功能概述LIMMA。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|