Package picard.fingerprint
Class MatchResults
java.lang.Object
picard.fingerprint.MatchResults
- All Implemented Interfaces:
Comparable<MatchResults>
Represents the results of a fingerprint comparison between one dataset and a specific
fingerprint file. Implements Comparable so that better matches (higher positive LODs)
are sorted earlier.
-
Method Details
-
getLodNT
public double getLodNT() -
getLodTN
public double getLodTN() -
compareTo
Provides a natural sort so that better matches (by LOD) sort earlier.- Specified by:
compareTo
in interfaceComparable<MatchResults>
-
getSample
-
getSampleLikelihood
public double getSampleLikelihood() -
getPopulationLikelihood
public double getPopulationLikelihood() -
getLOD
public double getLOD() -
getLocusResults
-
getFingerprintFile
-