binInsertHist {occugene}R Documentation

Insert Locations Quickly

Description

Given a list of locations, returns the number of ORFs hit.

Usage

binInsertHist(insert,orfHist,returnCounts=FALSE)

Arguments

insert List of insertion locations
orfHist Histogram breakpoints
returnCounts Return the number of insertions

Details

Finds the number of ORFs that have an insertion given a list of locations. If the returnCounts flag is true, the function returns the number of insertions per ORF. Uses the function hist for gains in speed.

Value

Returns a numeric or an object

Author(s)

Oliver Will owill4@yahoo.com

References

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

See Also

binHist

Examples

# **

[Package occugene version 1.0.0 Index]