chromosome2integer(oligoClasses)
chromosome2integer()所属R语言包:oligoClasses
Converts chromosome to integer
将染色体转换为整数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Coerces character string for chromosome in the pd. annotation packages to integers
在PD染色体胁迫字符串。注释包到整数
用法----------Usage----------
chromosome2integer(chrom)
参数----------Arguments----------
参数:chrom
chromosome
染色体
Details
详情----------Details----------
This is useful when sorting SNPs in an object by chromosome and physical position – ensures that the sorting is done in the same way for different objects.
这是非常有用的排序时,单核苷酸多态性在染色体和物理位置的对象 - 确保排序在做同样的方式为不同的对象。
值----------Value----------
integer character
integercharacter
作者(S)----------Author(s)----------
R. Scharpf
举例----------Examples----------
chromosome2integer(c(1:22, "X", "Y", "XY", "M"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|