Class PsPtmScoringSection
java.lang.Object
eu.isas.peptideshaker.export.sections.PsPtmScoringSection
This class outputs the project related export features.
- Author:
- Marc Vaudel
-
Constructor Summary
ConstructorsConstructorDescriptionPsPtmScoringSection(ArrayList<com.compomics.util.io.export.ExportFeature> exportFeatures, boolean indexes, boolean header, com.compomics.util.io.export.ExportWriter writer) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteSection(com.compomics.util.parameters.identification.advanced.ModificationLocalizationParameters ptmScoringPreferences, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes the desired section.
-
Constructor Details
-
PsPtmScoringSection
public PsPtmScoringSection(ArrayList<com.compomics.util.io.export.ExportFeature> exportFeatures, boolean indexes, boolean header, com.compomics.util.io.export.ExportWriter writer) Constructor.- Parameters:
exportFeatures- the features to export in this sectionindexes- indicates whether the line index should be writtenheader- indicates whether the table header should be writtenwriter- the writer which will write to the file
-
-
Method Details
-
writeSection
public void writeSection(com.compomics.util.parameters.identification.advanced.ModificationLocalizationParameters ptmScoringPreferences, com.compomics.util.waiting.WaitingHandler waitingHandler) throws IOException Writes the desired section.- Parameters:
ptmScoringPreferences- the PTM scoring preferences of this projectwaitingHandler- the waiting handler- Throws:
IOException- exception thrown whenever an error occurred while writing the file
-