chromosomes(CGHbase)
chromosomes()所属R语言包:CGHbase
Retrieve feature position data from cgh objects.
检索从CGH对象功能定位数据。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic functions access the position data stored in the featureData of an object derived from the cghRaw-class, cghSeg-class or cghCall-class.
这些通用功能的访问位置数据存储在派生的对象从cghRaw-class,cghSeg-class或cghCall-classfeatureData。
用法----------Usage----------
chromosomes(object)
bpstart(object)
bpend(object)
参数----------Arguments----------
参数:object
Object derived from class cghRaw, cghSeg, or cghCall
Object派生类cghRaw,cghSeg或cghCall
值----------Value----------
chromosomes returns a vector of chromosome numbers; bpstart returns a vector of basepair start positions; bpend returns a vector of basepair end positions;
chromosomes返回一个染色体数目的向量;bpstart返回一个碱基对的起始位置的向量;bpend返回一个碱基末端位置的向量;
作者(S)----------Author(s)----------
Sjoerd Vosse
参见----------See Also----------
cghRaw-class, cghSeg-class, cghCall-class
cghRaw-class,cghSeg-class,cghCall-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|