Class ProbeMapUtils
java.lang.Object
ubic.gemma.core.analysis.sequence.ProbeMapUtils
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Integer
Compute a hash for the result based only on the characteristics of the alignment (that is, not the Id)static Integer
Compute a hash for the result based only on the characteristics of the alignment (that is, not the Id)static void
removeDuplicates
(Collection<BlatResult> blatResults) Prune a set of results that have the same coordinates and query.
-
Constructor Details
-
ProbeMapUtils
public ProbeMapUtils()
-
-
Method Details
-
removeDuplicates
Prune a set of results that have the same coordinates and query. See bug 4037- Parameters:
blatResults
- blat results
-
hashBlatResult
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
Compute a hash for the result based only on the characteristics of the alignment (that is, not the Id)- Parameters:
br
- br- Returns:
- integer
-