public class PtmSiteMapping
extends java.lang.Object
Constructor and Description |
---|
PtmSiteMapping() |
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<java.lang.Integer,java.lang.Integer> |
align(java.util.Collection<java.lang.Integer> serie1,
java.util.Collection<java.lang.Integer> serie2)
Aligns two series of integer, minimizing the distance between them and
excluding outliers.
|
static java.util.HashMap<java.lang.Integer,java.lang.Integer> |
alignAll(java.util.Collection<java.lang.Integer> serie1,
java.util.Collection<java.lang.Integer> serie2)
Aligns two series of integer, minimizing the distance between them.
|
static java.util.HashMap<java.lang.Integer,java.lang.Integer> |
alignAll(java.util.HashMap<java.lang.Integer,java.util.ArrayList<java.lang.Integer>> input)
Aligns a serie of integer on possible targets maximizing the number of
matched targets.
|
public static java.util.HashMap<java.lang.Integer,java.lang.Integer> align(java.util.Collection<java.lang.Integer> serie1, java.util.Collection<java.lang.Integer> serie2)
serie1
- first list of integerserie2
- second list of integerpublic static java.util.HashMap<java.lang.Integer,java.lang.Integer> alignAll(java.util.Collection<java.lang.Integer> serie1, java.util.Collection<java.lang.Integer> serie2)
serie1
- first list of integerserie2
- second list of integerpublic static java.util.HashMap<java.lang.Integer,java.lang.Integer> alignAll(java.util.HashMap<java.lang.Integer,java.util.ArrayList<java.lang.Integer>> input)
input
- the input mapCopyright © 2013. All Rights Reserved.