Package | Description |
---|---|
htsjdk.tribble.index |
Modifier and Type | Method and Description |
---|---|
static LinearIndex |
IndexFactory.createLinearIndex(File inputFile,
FeatureCodec codec)
a helper method for creating a linear binned index with default bin size
|
static <FEATURE_TYPE extends Feature,SOURCE_TYPE> |
IndexFactory.createLinearIndex(File inputFile,
FeatureCodec<FEATURE_TYPE,SOURCE_TYPE> codec,
int binSize)
a helper method for creating a linear binned index
|