cbind(marray)
cbind()所属R语言包:marray
Combine marrayRaw, marrayNorm or marrayInfo Objects
结合marrayRaw,marrayNorm或marrayInfo对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Combine a series of marrayRaw, marrayNorm and marrayInfo objects.
结合一系列marrayRaw,marrayNorm和marrayInfo物件。
用法----------Usage----------
## S3 method for class 'marrayRaw'
cbind(..., deparse.level=1)
## S3 method for class 'marrayNorm'
cbind(..., deparse.level=1)
## S3 method for class 'marrayInfo'
rbind(..., deparse.level=1)
参数----------Arguments----------
参数:...
marrayRaw objects or marrayNorm objects
marrayRaw对象或marrayNorm对象
参数: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. rbind combines data objects assuming equivalent arrays, i.e., the same RNA targets, but different genes.
cbind结合数据对象,假设相同的基因列表,但不同的阵列。 rbind结合数据对象,假设相当于阵列,即相同的RNA的目标,但不同的基因。
For cbind, the matrices o f 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. For rbind, the matrices of expression data are rbinded while the target information, in any, is unchanged.
cbind,从单个对象表达数据矩阵cbinded。目标信息data.frames的,如果他们存在,rbinded。合并后的数据对象将保留任何额外的元件或发现在要合并的第一个对象的属性。 rbind,表达数据的矩阵rbinded而目标信息,在任何不变。
作者(S)----------Author(s)----------
Jean Yang
参见----------See Also----------
cbind in the base package.
cbind基本包。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|