| Constructor and Description |
|---|
HbdAL(GL gl)
Constructs an
HbdAL instance. |
| Modifier and Type | Method and Description |
|---|---|
float |
al(int marker,
int haplotype,
int allele)
Returns the probability of the observed data if the specified allele
is the true allele for the specified marker and haplotype.
|
int |
allele(int marker,
int haplotype)
Returns the allele on the specified haplotype if the allele
emission probabilities are determined by a called allele, and
returns -1 otherwise.
|
float |
errProb()
Returns the allelic error probability.
|
Marker |
marker(int markerIndex)
Returns the specified marker.
|
Markers |
markers()
Returns the list of markers.
|
int |
nHaps()
Returns the number of haplotypes.
|
int |
nMarkers()
Returns the number of markers.
|
int |
nSamples()
Returns the number of samples.
|
Samples |
samples()
Returns the list of samples.
|
java.lang.String |
toString()
Returns a string representation of
this. |
public HbdAL(GL gl)
HbdAL instance.gl - genotype emission probabilities.java.lang.NullPointerException - if gl==null.public float al(int marker,
int haplotype,
int allele)
ALpublic int allele(int marker,
int haplotype)
ALpublic int nMarkers()
ALpublic Marker marker(int markerIndex)
ALpublic int nSamples()
ALpublic int nHaps()
ALpublic float errProb()
ALpublic java.lang.String toString()
ALthis. The exact
details of the representation are unspecified and subject to change.