Comparable<MatchResults>
public class MatchResults extends Object implements Comparable<MatchResults>
Modifier and Type | Method | Description |
---|---|---|
void |
addLocusResult(picard.fingerprint.LocusResult result) |
|
int |
compareTo(MatchResults that) |
Provides a natural sort so that better matches (by LOD) sort earlier.
|
File |
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 void addLocusResult(picard.fingerprint.LocusResult result)
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 File getFingerprintFile()