as.data.frame(edgeR)
as.data.frame()所属R语言包:edgeR
Turn a TopTags Object into a Dataframe
变成一个Dataframe TopTags对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Turn a TopTags object into a data.frame.
打开TopTagsdata.frame对象。
用法----------Usage----------
## S3 method for class 'TopTags'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
参数----------Arguments----------
参数:x
an object of class TopTags
一个对象类TopTags
参数: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 tag (transcript) 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基本包。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|