Class ThermoRawFileParserParameters
java.lang.Object
com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.ThermoRawFileParserParameters
The parameters to use when running ThermoRawFileParser.
- Author:
- Harald Barsnes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the format to convert to.booleanReturns true if peak picking is to be performed.voidsetMsFormat(ThermoRawFileParserOutputFormat outputFormat) Sets the format to convert to.voidsetPeackPicking(boolean peackPicking) Set if peak picking is to be performed.
-
Constructor Details
-
ThermoRawFileParserParameters
public ThermoRawFileParserParameters()Constructor.
-
-
Method Details
-
getOutputFormat
Returns the format to convert to.- Returns:
- the format to convert to
-
setMsFormat
Sets the format to convert to.- Parameters:
outputFormat- the format to convert to
-
isPeackPicking
public boolean isPeackPicking()Returns true if peak picking is to be performed.- Returns:
- the peackPicking true if peak picking is to be performed
-
setPeackPicking
public void setPeackPicking(boolean peackPicking) Set if peak picking is to be performed.- Parameters:
peackPicking- the peackPicking to set
-