sample.markers(WCQ)
sample.markers()所属R语言包:WCQ
Dummy Marker Data
虚拟标记数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Dummy marker data generated using R/qtl package. 1 and 2 correspond to the marker scores of homozygous alleles, while 3 is for the heterozygous allele.
虚拟标记数据生成的使用R / QTL包。 1和2对应于纯合等位基因的标记分数,而图3是为杂合等位基因。
用法----------Usage----------
data(sample.markers)
格式----------Format----------
The format is: int [1:200, 1:20] 3 2 2 3 3 3 2 3 3 3 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:200] "D1M1" "D1M2" "D1M3" "D1M4" ... ..$ : NULL
其格式为:int [1:200,1:20] 3 2 2 3 3 3 2 3 3 3 ... - ATTR(*,“dimnames”)= 2。名单:CHR [1:20]“D1M1”D1M2“D1M3”D1M4“ .. $:NULL
源----------Source----------
Broman,K., et al. (2003) R/qtl: QTL mapping in experimental crosses, Bioinformatics, 19, 889-890.
broman,K.,等。 (2003年)R / QTL QTL定位实验叉乘,生物信息学,19,889-890。
实例----------Examples----------
data(sample.markers)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|