cbind(snapCGH)
cbind()所属R语言包:snapCGH
Combine SegList Objects
结合SegList对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Combine a series of SegList objects.
结合SegList对象的。
用法----------Usage----------
## S3 method for class 'SegList'
cbind(..., deparse.level=1)
参数----------Arguments----------
参数:...
SegList objects
SegList对象
参数:deparse.level
not currently used, see cbind in the base package
目前没有使用,cbind在基础包
Details
详情----------Details----------
cbind combines data objects assuming the same gene lists but different arrays.
cbind结合数据对象,假设相同的基因列表,但不同的阵列。
For cbind, the matrices of expression data from the individual objects are cbinded. The data.frames of target information, if they exist, are rbinded. The combined data object will preserve any additional components or attributes found in the first object to be combined. It is not recommend to use the is rbind function for the SegList object. This is because it would require SegLists with mutually exclusive chromosomes or would result in combining multiple different segmentations for the same chromosome, which is pointless. If rbind is required perform it on an MAList and then segment it. It is currently only included as an internal function called within other library functions.
cbind,从单个对象表达数据矩阵cbinded。目标信息data.frames的,如果他们存在,rbinded。合并后的数据对象将保留任何额外的元件或发现在要合并的第一个对象的属性。它不建议使用的是rbindSegList对象的功能。这是因为它需要SegLists相互排斥的染色体或会导致相同的染色体,这是毫无意义的结合多个不同的分割。如果rbindMAList然后段它需要执行它。它目前只包括在其他库函数称为内部函数。
值----------Value----------
An SegList object holding data from all the arrays and all genes from the individual objects.
SegList对象从所有的阵列和所有的基因,从单个对象数据。
作者(S)----------Author(s)----------
Gordon Smyth, modified by Mike Smith for SegList object
参见----------See Also----------
cbind in the base package.
cbind基本包。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|