Package | Description |
---|---|
com.compomics.util.experiment.io.mass_spectrometry.export |
Experiment classes related to exporting mass spectrometry files.
|
com.compomics.util.experiment.mass_spectrometry |
Experiment classes related to mass spectrometry.
|
com.compomics.util.parameters.identification.tool_specific |
Parameters settings for the search algorithms.
|
Modifier and Type | Method and Description |
---|---|
static void |
AplExporter.mgfToApl(File mgfFile,
File destinationFile,
FragmentationMethod fragmentationMethod,
int minCharge,
int maxCharge)
Writes the content of the given file name into the destination file in
the APL format.
|
static void |
AplExporter.writeSpectrum(BufferedWriter bw,
Spectrum spectrum,
FragmentationMethod fragmentationMethod,
int charge)
Writes the given spectrum in ms2 format.
|
Modifier and Type | Method and Description |
---|---|
static FragmentationMethod |
FragmentationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FragmentationMethod[] |
FragmentationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FragmentationMethod |
AndromedaParameters.getFragmentationMethod()
Returns the fragmentation method used.
|
Modifier and Type | Method and Description |
---|---|
void |
AndromedaParameters.setFragmentationMethod(FragmentationMethod fragmentationMethod)
Sets the fragmentation method used.
|
Copyright © 2018. All rights reserved.