delta0 {occugene} | R Documentation |
Point estimate for the number of new ORF knockouts in the next d clones.
delta0(d,anno,clone)
d |
Number of clones to be made |
anno |
2-column matrix of annotation |
clone |
Vector of insertions |
Use the parametric form of the cumulative occupancy distribution to estimate the number of new ORF knockouts in the next d clones.
A numeric
Oliver Will owill4@yahoo.com
See the book chapter O. Will (**) in **
unbiasDelta0
data(sampleAnnotation) data(sampleInsertions) anno <- cbind(sampleAnnotation$first,sampleAnnotation$last) clone <- sampleInsertions$position delta0(10,anno,clone)