Class MatchResults

  • All Implemented Interfaces:
    Comparable<MatchResults>

    public class MatchResults
    extends Object
    implements 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 Detail

      • getLodNT

        public double getLodNT()
      • getLodTN

        public double getLodTN()
      • getSample

        public String getSample()
      • getSampleLikelihood

        public double getSampleLikelihood()
      • getPopulationLikelihood

        public double getPopulationLikelihood()
      • getLOD

        public double getLOD()
      • getLocusResults

        public SortedSet<picard.fingerprint.LocusResult> getLocusResults()
      • getFingerprintFile

        public Path getFingerprintFile()