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

R语言 genoset包 CNSet()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 19:35:10 | 显示全部楼层 |阅读模式
CNSet(genoset)
CNSet()所属R语言包:genoset

                                        Create a CNSet object...
                                         创建一个CNSet对象...

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

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

Create a CNSet object
创建一个CNSet对象


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





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

参数:locData
A RangedData object specifying feature chromosome locations. Rownames are required to match featureNames.
指定一个RangedData对象的功能,染色体位置。 rownames需要匹配featureNames。


参数:cn
numeric matrix of copy number data with rownames matching sampleNames and colnames matching sampleNames
拷贝数数据rownames的匹配sampleNames和colnames匹配sampleNames数字矩阵


参数:pData
A data frame with rownames matching all data matrices
一个数据框rownames匹配所有的数据矩阵


参数:annotation
character, string to specify chip/platform type
字符,字符串指定芯片/平台类型


参数:universe
character, string to specify genome universe for locData
字符,字符串指定宇宙对locData的基因组


参数:...
More matrix or DataFrame objects to include in assayData
更多矩阵或DataFrame的对象包括在assayData


Details

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

This function is the preferred method for creating a new CNSet object. Users are generally discouraged from calling "new" directly. This CNSet function enforces the requirement for a "cn" matrix.  This and any other "..." arguments will become part of the assayData slot of the resulting object. "..." can be matrices or DataFrame objects (from the IRanges package). This function passes control to the "initGenoSet" method which performs argument checking including dimname matching among relevant slots and sets everything to genome order. Genome order can be disrupted by "[" or "[[" calls and will be checked by methods that
此功能是创建一个新的CNSet对象的首选方法。用户一般都称“新”,直接从气馁。此的CNSet功能强制要求为“CN”矩阵。这和任何其他的“...”参数将成为生成的对象assayData槽的一部分。 “......”可以是矩阵或(从IRanges包)DataFrame对象。此功能将控制权交给了的“initGenoSet”的方法执行参数检查,包括dimname有关插槽之间的匹配和设置的基因顺序的一切。基因组的顺序可以打乱了“[”或“[”检测将由检查方法


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

A CNSet object
一个CNSet对象


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


Peter M. Haverty



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


probe.names = letters[1:10]
joe = CNSet(
locData=RangedData(ranges=IRanges(start=1:10,width=1,names=probe.names),space=c(rep("chr1",4),rep("chr3",2),rep("chrX",4)),universe="hg18"),
cn=matrix(31:60,nrow=10,ncol=3,dimnames=list(probe.names,test.sample.names)),
pData=data.frame(matrix(LETTERS[1:15],nrow=3,ncol=5,dimnames=list(test.sample.names,letters[1:5]))),
annotation="SNP6"

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-7 06:55 , Processed in 0.033246 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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