Class FeaturesMapManager
java.lang.Object
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.FeaturesMapManager
public class FeaturesMapManager extends Object
This class is used to manage the features maps.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors Constructor Description FeaturesMapManager()
Empty default constructor -
Method Summary
Modifier and Type Method Description static FeaturesMap
getDefaultFeaturesMap()
Returns the default features map used in the c implementation, see https://github.com/mvaudel/ms2pip_c.
-
Constructor Details
-
FeaturesMapManager
public FeaturesMapManager()Empty default constructor
-
-
Method Details
-
getDefaultFeaturesMap
Returns the default features map used in the c implementation, see https://github.com/mvaudel/ms2pip_c.- Returns:
- the default features map used in the c implementation
-