Class ProbeMapUtils


  • public class ProbeMapUtils
    extends Object
    Author:
    paul
    • Constructor Detail

      • ProbeMapUtils

        public ProbeMapUtils()
    • Method Detail

      • removeDuplicates

        public static void removeDuplicates​(Collection<BlatResult> blatResults)
        Prune a set of results that have the same coordinates and query. See bug 4037
        Parameters:
        blatResults - blat results
      • hashBlatResult

        public static Integer hashBlatResult​(BlatResult br)
        Compute a hash for the result based only on the characteristics of the alignment (that is, not the Id)
        Parameters:
        br - br
        Returns:
        integer
      • hashBlatResult

        public static Integer hashBlatResult​(BlatResultValueObject br)
        Compute a hash for the result based only on the characteristics of the alignment (that is, not the Id)
        Parameters:
        br - br
        Returns:
        integer