public class PsSpectrumCountingSection extends Object
| Constructor and Description |
|---|
PsSpectrumCountingSection(ArrayList<com.compomics.util.io.export.ExportFeature> exportFeatures,
boolean indexes,
boolean header,
com.compomics.util.io.export.ExportWriter writer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeSection(com.compomics.util.parameters.quantification.spectrum_counting.SpectrumCountingParameters spectrumCountingPreferences,
com.compomics.util.waiting.WaitingHandler waitingHandler)
Writes the desired section.
|
public PsSpectrumCountingSection(ArrayList<com.compomics.util.io.export.ExportFeature> exportFeatures, boolean indexes, boolean header, com.compomics.util.io.export.ExportWriter writer)
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 filepublic void writeSection(com.compomics.util.parameters.quantification.spectrum_counting.SpectrumCountingParameters spectrumCountingPreferences,
com.compomics.util.waiting.WaitingHandler waitingHandler)
throws IOException
spectrumCountingPreferences - the spectrum counting preferences of
this projectwaitingHandler - the waiting handlerIOException - exception thrown whenever an error occurred while
writing the fileCopyright © 2021. All rights reserved.