Package | Description |
---|---|
htsjdk.variant.bcf2 | |
htsjdk.variant.variantcontext |
Modifier and Type | Class and Description |
---|---|
class |
BCF2LazyGenotypesDecoder
Lazy version of genotypes decoder for BCF2 genotypes
|
Constructor and Description |
---|
LazyGenotypesContext(LazyGenotypesContext.LazyParser parser,
java.lang.Object unparsedGenotypeData,
int nUnparsedGenotypes)
Creates a new lazy loading genotypes context using the LazyParser to create
genotypes data on demand.
|