Comparable<MatchResults>public class MatchResults extends Object implements Comparable<MatchResults>
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(MatchResults that) |
Provides a natural sort so that better matches (by LOD) sort earlier.
|
Path |
getFingerprintFile() |
|
SortedSet<picard.fingerprint.LocusResult> |
getLocusResults() |
|
double |
getLOD() |
|
double |
getLodNT() |
|
double |
getLodTN() |
|
double |
getPopulationLikelihood() |
|
String |
getSample() |
|
double |
getSampleLikelihood() |
public double getLodNT()
public double getLodTN()
public int compareTo(MatchResults that)
compareTo in interface Comparable<MatchResults>public String getSample()
public double getSampleLikelihood()
public double getPopulationLikelihood()
public double getLOD()
public SortedSet<picard.fingerprint.LocusResult> getLocusResults()
public Path getFingerprintFile()