Class ProbeMapUtils
java.lang.Object
ubic.gemma.core.analysis.sequence.ProbeMapUtils
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntegerCompute a hash for the result based only on the characteristics of the alignment (that is, not the Id)static IntegerCompute a hash for the result based only on the characteristics of the alignment (that is, not the Id)static voidremoveDuplicates(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
-