Package picard.util.IntervalList
-
Interface Summary Interface Description IntervalListScatterer An interface for a class that scatters IntervalLists. -
Class Summary Class Description IntervalListScattererByBaseCount a Baseclass for scatterers that scatter by uniqued base count.IntervalListScattererByIntervalCount ScattersIntervalList
by interval count so that resultingIntervalList
's have the same number of intervals in them.IntervalListScattererWithoutSubdivision A BaseCount Scatterer that avoid breaking-up intervals.IntervalListScattererWithoutSubdivisionWithOverflow LikeIntervalListScattererWithoutSubdivision
but will overflow current list if the projected size of the remaining lists is bigger than the "ideal".IntervalListScattererWithSubdivision An IntervalListScatterer that attempts to place the same number of (uniquified) bases in each output interval list. -
Enum Summary Enum Description IntervalListScatterMode An enum to control the creation of the various IntervalListScatter objects