Uses of Class
com.compomics.util.experiment.mass_spectrometry.proteowizard.ProteoWizardFilter
Package | Description |
---|---|
com.compomics.util.experiment.mass_spectrometry.proteowizard |
Package containing the classes used to interact with ProteoWizard.
|
-
Uses of ProteoWizardFilter in com.compomics.util.experiment.mass_spectrometry.proteowizard
Methods in com.compomics.util.experiment.mass_spectrometry.proteowizard that return ProteoWizardFilter Modifier and Type Method Description static ProteoWizardFilter
ProteoWizardFilter. getFilter(Integer number)
Returns the filter designed by the given number.static ProteoWizardFilter
ProteoWizardFilter. getFilter(String name)
Returns the filter designed by the given name.static ProteoWizardFilter
ProteoWizardFilter. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProteoWizardFilter[]
ProteoWizardFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.