combine(MassArray)
combine()所属R语言包:MassArray
Combine MassArrayData objects
结合MassArrayData对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to join two MassArrayData objects by sequence positions and samples
加入两个序列位置和样品MassArrayData对象的功能
用法----------Usage----------
combine(x, y, ...)
参数----------Arguments----------
参数:x
MassArrayData object
MassArrayData对象
参数:y
MassArrayData object
MassArrayData对象
参数:...
Other arguments passed to combine not supported at this time.
其他参数传递结合此时不支持。
值----------Value----------
Returns a single MassArrayData object that contains a union of samples and amplicons and spectral data from both MassArrayData objects in input
返回一个单一的MassArrayData对象,它包含工会从输入都MassArrayData对象的样品和扩增和光谱数据
作者(S)----------Author(s)----------
Reid F. Thompson (<a href="mailto:rthompso@aecom.yu.edu">rthompso@aecom.yu.edu</a>), John M. Greally (<a href="mailto:jgreally@aecom.yu.edu">jgreally@aecom.yu.edu</a>)
参见----------See Also----------
See Also MassArrayData
另见MassArrayData
举例----------Examples----------
data(MassArray.example.data)
samples(MassArray.example.data)
combined.data <- combine(MassArray.example.data[2,], MassArray.example.data[1,])
samples(combined.data)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|