splitGenomeByLength:
Split an annotatedGenome object into subsets according to gene length
Description
splitGenomeByLength splits an annotatedGenome according to gene
length (bp), which allows estimating the fragment start and length
distribution for each subset separately.
Object containing annotated genome. Must be of class
annotatedGenome, as returned by procGenome or createDenovoGenome.
breaks
Breakpoints to define gene subgroups.
Value
List where each component is of class annotatedGenome.
Details
By default groups are <3000bp, 3000-5000bp,="">5000bp, which work well for the human
genome. Further sub-dividisions may result in unstable estimates of
fragment start and length distributions.
3000bp,>
See Also
procGenome and createDenovoGenome for creating
annotatedGenome objects.
getDistrs for estimating fragment start and length distribution.