Package | Description |
---|---|
htsjdk.tribble.gelitext |
Modifier and Type | Method and Description |
---|---|
DiploidGenotype |
GeliTextFeature.getGenotype()
Deprecated.
|
static DiploidGenotype |
DiploidGenotype.toDiploidGenotype(String genotype)
Deprecated.
|
static DiploidGenotype |
DiploidGenotype.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DiploidGenotype[] |
DiploidGenotype.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GeliTextFeature(String contig,
long position,
char refBase,
int depthOfCoverage,
int maximumMappingQual,
DiploidGenotype genotype,
double LODBestToReference,
double LODBestToNext,
double[] likelihoods)
Deprecated.
Create a geli text feature, given:
|