找回密码
 注册
查看: 790|回复: 0

R语言 splicegear包 as.data.frame.SpliceExprSet()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 14:57:51 | 显示全部楼层 |阅读模式
as.data.frame.SpliceExprSet(splicegear)
as.data.frame.SpliceExprSet()所属R语言包:splicegear

                                        SpliceExprSet object to data.frame converter
                                         SpliceExprSet对象数据框转换

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Converts a SpliceExprSet object to a data.frame.
转换数据框SpliceExprSet的对象。


用法----------Usage----------


## S3 method for class 'SpliceSites'
as.data.frame(x, row.names = NA, optional = NA, ...)

## S3 method for class 'SpliceExprSet'
as.data.frame(x, row.names = NA, optional = NA, ...)



参数----------Arguments----------

参数:x
object SpliceSites-class or SpliceExprSet-class.
对象SpliceSites-class或SpliceExprSet-class。


参数: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 is optional.
逻辑。如果TRUE,设置行名称是可选的。


参数:...
currently ignored.
目前被忽略。


Details

详情----------Details----------

Data are traditionally stored in objects of class data.frame. This function links the object-oriented design of the package with the large amount of functions working on data.frames.
传统的数据存储类data.frame的对象。此功能连接大量的工作职能上data.frames包的面向对象的设计。


值----------Value----------

A data.frame. For both functions the first column names are begin, end, isintypeI, isintypeII, exprs and genenames. In the case of as.data.frame.SpliceExprSet, the next variable names will the ones in the AnnotatedDataFrame-class attribute of the  ExpressionSet-class object belonging the  SpliceExprSet-class. The last variable names will be the ones in the slot info of the Probes-class object.
Adata.frame。对于这两个函数的第一个列名begin,end,isintypeI,isintypeII,exprs和genenames。在as.data.frame.SpliceExprSet未来的变量名的AnnotatedDataFrame-classExpressionSet-class对象的属性的,属于SpliceExprSet-class。最后一个变量的名称将是那些在槽infoProbes-class对象。


作者(S)----------Author(s)----------


Laurent Gautier



举例----------Examples----------


data(spliceset)

dataf <- as.data.frame(spliceset)

lm.panel <- function(x, y, ...) {
                                  points(x,y,...)
                                  p.lm <- lm(y~x); abline(p.lm)
                                }

## probe intensity values conditioned by the position of the probes on[#探针强度值条件由探针的位置上]
## the mRNA[#的mRNA]
coplot(log(exprs) ~ Material | begin, data=dataf, panel=lm.panel)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 17:30 , Processed in 0.022053 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表