scanRes(inveRsion)
scanRes()所属R语言包:inveRsion
Sample data set of class scan
类扫描设置的样本数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sample set that illustrates the result of scanning a chromosome with segments of fix window size. It fits the inversion model for each segment and stores its results.
样本集,说明扫描修复窗口大小的片段在染色体的结果。它适合每个段的反演模型,并保存其结果。
用法----------Usage----------
data(scanRes)
格式----------Format----------
The format is: Formal class 'scan' [package "inveRsion"] with 10 slots ..@ leftBP : num [1:189, 1] 0.603 0.604 0.606 0.609 0.612 ... ..@ rightBP : num [1:189, 1] 1.15 1.15 1.15 1.15 1.15 ... ..@ leftBP2 : num [1:189, 1] 0.604 0.606 0.608 0.609 0.612 ... ..@ rightBP2: num [1:189, 1] 1.15 1.15 1.15 1.15 1.15 ... ..@ LogLike : num [1:189, 1] 27.2 45.4 89.8 108.2 113.3 ... ..@ prob : num [1:189, 1] 0.996 0.987 0.947 0.936 0.946 ... ..@ ent : num [1:189, 1] 2.41 2.33 2.78 2.87 2.92 ... ..@ entTh : num [1:189, 1] 29 23 26 30 24 28 20 21 24 20 ... ..@ bic : num [1:189, 1] -193.2 -129.4 -107.8 -119.8 -69.1 ... ..@ window : num 0.5
格式是:正规类的扫描“[包的”倒挂“]与10个插槽.. @ leftBP民[1:189,1] 0.603 0.604 0.606 0.609 0.612 ... .. @ rightBP:NUM [1:189,1] 1.15 1.15 1.15 1.15 1.15 ... .. @ leftBP2:NUM [1:189,1] 0.604 0.606 0.608 0.609 0.612 ... .. @ rightBP2:NUM [1:189,1] 1.15 1.15 1.15 1.15 1.15 ... .. @ LogLike:NUM [1:189,1] 27.2 45.4 89.8 108.2 113.3 ... .. @概率:NUM [1:189,1] 0.996 0.987 0.947 0.936 0.946 ... .. @ ENT:NUM [1:189,1] 2.41 2.33 2.78 2.87 2.92 ... .. @ entTh:NUM [1:189,1] 29 23 26 30 24 28 20 21 24 20 ... .. @ BIC:NUM [1:189,1] -193.2 -129.4 -107.8 -119.8 -69.1 ... .. @窗口:NUM 0.5
Details
详情----------Details----------
The object is constructed with the function scanInv and used as an input for listInv.
对象的构造与功能scanInv和作为listInv输入使用。
举例----------Examples----------
data(scanRes)
plot(scanRes)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|