delta0 {occugene}R Documentation

Number of New Knockouts

Description

Point estimate for the number of new ORF knockouts in the next d clones.

Usage

delta0(d,anno,clone)

Arguments

d Number of clones to be made
anno 2-column matrix of annotation
clone Vector of insertions

Details

Use the parametric form of the cumulative occupancy distribution to estimate the number of new ORF knockouts in the next d clones.

Value

A numeric

Author(s)

Oliver Will owill4@yahoo.com

References

See the book chapter O. Will (**) in **

See Also

unbiasDelta0

Examples

data(sampleAnnotation)
data(sampleInsertions)
anno <- cbind(sampleAnnotation$first,sampleAnnotation$last)
clone <- sampleInsertions$position
delta0(10,anno,clone)

[Package occugene version 1.2.0 Index]