Uses of Class
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration.FeaturesMap
Package | Description |
---|---|
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration |
This package contains the classes needed to configure the ms2pip features.
|
com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_generation |
This package contains the classes needed to generate ms2pip features.
|
-
Uses of FeaturesMap in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration
Methods in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_configuration that return FeaturesMap Modifier and Type Method Description static FeaturesMap
FeaturesMapManager. getDefaultFeaturesMap()
Returns the default features map used in the c implementation, see https://github.com/mvaudel/ms2pip_c. -
Uses of FeaturesMap in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_generation
Constructors in com.compomics.util.experiment.identification.peptide_fragmentation.models.ms2pip.features_generation with parameters of type FeaturesMap Constructor Description FeaturesGenerator(FeaturesMap featuresMap)
Constructor.