delta0(occugene)
delta0()所属R语言包:occugene
Number of New Knockouts
新击倒数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Point estimate for the number of new ORF knockouts in the next d clones.
ð在未来克隆新的ORF击倒数的点估计。
用法----------Usage----------
delta0(d,anno,clone)
参数----------Arguments----------
参数:d
Number of clones to be made
进行克隆的数量
参数:anno
2-column matrix of annotation
注释2列的矩阵
参数:clone
Vector of insertions
插入向量
Details
详情----------Details----------
Use the parametric form of the cumulative occupancy distribution to estimate the number of new ORF knockouts in the next d clones.
使用累计占用分布的参数估计,在未来的ð克隆新的ORF击倒的形式。
值----------Value----------
A numeric
一个数字
作者(S)----------Author(s)----------
Oliver Will <a href="mailtowill4@yahoo.com">owill4@yahoo.com</a>
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
data(sampleAnnotation)
data(sampleInsertions)
anno <- cbind(sampleAnnotation$first,sampleAnnotation$last)
clone <- sampleInsertions$position
delta0(10,anno,clone)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|