etDelta(occugene)
etDelta()所属R语言包:occugene
Number of New ORF Knockouts
新的ORF击倒数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimates the number of new knockouts in next d clones.
估计新的击倒在下ð克隆的数量。
用法----------Usage----------
etDelta(d,anno,clone)
参数----------Arguments----------
参数:d
number of new clones
新克隆数
参数:anno
2-column matrix of annotation
注释2列的矩阵
参数:clone
vector
向量
Details
详情----------Details----------
Estimates the number of new ORF knockouts in the next d clones using the method outlined by Efron and Thisted.
估计,在未来的D使用Efron和Thisted概述的方法克隆新的ORF击倒数量。
值----------Value----------
参数:expected
Expected value
预期值
参数:variance
Variance
方差
作者(S)----------Author(s)----------
Oliver Will <a href="mailtowill4@yahoo.com">owill4@yahoo.com</a>
参考文献----------References----------
Thisted, R. (1976) Estimating the number of unseen species: How many words did
举例----------Examples----------
data(sampleAnnotation)
data(sampleInsertions)
a.data <- sampleAnnotation
experiment <- sampleInsertions
orf <- cbind(a.data$first,a.data$last)
clone <- experiment$position
etDelta(10,orf,clone)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|