Uses of Class
com.compomics.util.experiment.mass_spectrometry.proteowizard.ProteoWizardMsFormat
Package | Description |
---|---|
com.compomics.util.experiment.mass_spectrometry.proteowizard |
Package containing the classes used to interact with ProteoWizard.
|
-
Uses of ProteoWizardMsFormat in com.compomics.util.experiment.mass_spectrometry.proteowizard
Methods in com.compomics.util.experiment.mass_spectrometry.proteowizard that return ProteoWizardMsFormat Modifier and Type Method Description static ProteoWizardMsFormat[]
ProteoWizardMsFormat. getDataFormats(Boolean raw, Boolean outputFormat)
Returns a list of formats.ProteoWizardMsFormat
MsConvertParameters. getMsFormat()
Returns the format to convert to.static ProteoWizardMsFormat
ProteoWizardMsFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProteoWizardMsFormat[]
ProteoWizardMsFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.mass_spectrometry.proteowizard with parameters of type ProteoWizardMsFormat Modifier and Type Method Description void
MsConvertParameters. setMsFormat(ProteoWizardMsFormat msFormat)
Sets the format to convert to.