Learn R Programming

occugene (version 1.32.0)

delta0: 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

Value

A numeric

Details

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

References

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

See Also

unbiasDelta0

Examples

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

Run the code above in your browser using DataLab