ScanBIC(seqCBS)
ScanBIC()所属R语言包:seqCBS
Compute the modified BIC for change-point models
变点模型计算修改后的BIC
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This computes mBIC for the current change point model. We then use this to determine the appropriate model complexity.
计算MBIC的电流变化点模型。然后,我们使用它来确定合适的模型的复杂性。
用法----------Usage----------
ScanBIC(combX, combZ, tauHat, lik0, nTotal)
参数----------Arguments----------
参数:combX
The number of reads at each unique read position
的数目在每个唯一的读取位置读取
参数:combZ
The number of case/tumor reads at each unique read position
/肿瘤的情况下读取数据时,读每一个独特的位置
参数:tauHat
The change points called
的变化点称为
参数:lik0
The null likelihood. Computed in the main routine.
空的可能性。中计算出的主例程。
参数:nTotal
The total number of reads
的读取次数的总
Details
详细信息----------Details----------
This is meanted to be called as a subrountine of ScanCBS
这被称为作为subrountineScanCBS meanted
值----------Value----------
Returns a numerical value of mBIC for the current model
当前模型返回一个数值MBIC
(作者)----------Author(s)----------
Jeremy J. Shen
参见----------See Also----------
ScanCBS
ScanCBS
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|