public class GenotypeReader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GenotypeReader.VariantIterator
Deprecated.
Small class to encapsulate an iterator over variants, optionally with a sequence dictionary.
|
| Constructor and Description |
|---|
GenotypeReader()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GenotypeReader.VariantIterator |
read(java.io.File file)
Deprecated.
Please use VCFFileReader in Picard-public instead of this class.
|
GenotypeReader.VariantIterator |
read(java.io.File file,
htsjdk.samtools.util.IntervalList intervals)
Deprecated.
Please use VCFFileReader in Picard-public instead of this class.
|
public GenotypeReader.VariantIterator read(java.io.File file)
public GenotypeReader.VariantIterator read(java.io.File file, htsjdk.samtools.util.IntervalList intervals)