org.fhcrc.cpl.viewer.amt
Interface AmtFeatureSetMatcher
- All Known Implementing Classes:
- BaseAmtFeatureSetMatcherImpl, ClusteringFeatureSetMatcher, RecursiveFeatureSetMatcher
public interface AmtFeatureSetMatcher
Interface that must be implemented by any FeatureSetMatcher class. Defines some
useful constants
DEFAULT_DELTA_MASS_ABSOLUTE
static final float DEFAULT_DELTA_MASS_ABSOLUTE
- See Also:
- Constant Field Values
DEFAULT_DELTA_MASS_PPM
static final float DEFAULT_DELTA_MASS_PPM
- See Also:
- Constant Field Values
DELTA_MASS_TYPE_ABSOLUTE
static final int DELTA_MASS_TYPE_ABSOLUTE
- See Also:
- Constant Field Values
DELTA_MASS_TYPE_PPM
static final int DELTA_MASS_TYPE_PPM
- See Also:
- Constant Field Values
DEFAULT_DELTA_MASS_TYPE
static final int DEFAULT_DELTA_MASS_TYPE
- See Also:
- Constant Field Values
DEFAULT_DELTA_SCAN
static final int DEFAULT_DELTA_SCAN
- See Also:
- Constant Field Values
DEFAULT_DELTA_TIME
static final double DEFAULT_DELTA_TIME
- See Also:
- Constant Field Values
DEFAULT_DELTA_HYDROPHOBICITY
static final double DEFAULT_DELTA_HYDROPHOBICITY
- See Also:
- Constant Field Values
init
void init(float deltaMass,
int deltaMassType,
float deltaHydrophobicity)
- init method must define the parameters common to all FeatureSetMatchers
- Parameters:
deltaMass - deltaMassType - deltaHydrophobicity -
matchFeatures
AmtFeatureSetMatcher.FeatureMatchingResult matchFeatures(FeatureSet masterSet,
FeatureSet slaveSet)
- do the actual featureset matching.
- Returns:
Fred Hutchinson Cancer Research Center