position2Cytoband(quantsmooth)
position2Cytoband()所属R语言包:quantsmooth
Determine cytoband position based on location of probe
基于探针的位置,确定cytoband位置
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Determine cytoband position based on location of probe
基于探针的位置,确定cytoband位置
用法----------Usage----------
position2Cytoband(chrom, position, units = c("cM", "bases", "ISCN"), bands = c("major", "minor"))
参数----------Arguments----------
参数:chrom
chromosomal id, chromosome to plot 1:22,X,Y
染色体ID,X,Y染色体积1点22分
参数:position
numeric vector
数字向量
参数:units
character, type of positional unit
位置单位性质,类型
参数:bands
chararcter, type of cytoband
chararcter,类型的cytoband
值----------Value----------
Character vector with cytobands, if an illegal position was used, the value "-" is returned. All positions within a single function call should be for a single chromosome
性格与cytobands的向量,如果用于非法地位,价值“ - ”返回。在一个单一的函数调用的所有位置,应该是一个单一的染色体
作者(S)----------Author(s)----------
Jan Oosting
参见----------See Also----------
lengthChromosome
lengthChromosome
举例----------Examples----------
position2Cytoband(1,c(50e6,125e6,200e6),units="bases")
position2Cytoband(1,c(50,125,200),units="cM",bands="minor")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|