Uses of Class
eu.isas.peptideshaker.cmd.ReportCLIInputBean
Packages that use ReportCLIInputBean
-
Uses of ReportCLIInputBean in eu.isas.peptideshaker.cmd
Methods in eu.isas.peptideshaker.cmd that return ReportCLIInputBeanModifier and TypeMethodDescriptionPeptideShakerCLIInputBean.getReportCLIInputBean()Returns the report export options required.Methods in eu.isas.peptideshaker.cmd with parameters of type ReportCLIInputBeanModifier and TypeMethodDescriptionstatic voidCLIExportMethods.exportDocumentation(ReportCLIInputBean reportCLIInputBean, String reportType, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes the documentation corresponding to an export given the command line arguments.static FileCLIExportMethods.exportReport(ReportCLIInputBean reportCLIInputBean, String reportType, String experiment, ProjectDetails projectDetails, com.compomics.util.experiment.identification.Identification identification, com.compomics.util.experiment.biology.genes.GeneMaps geneMaps, com.compomics.util.experiment.identification.features.IdentificationFeaturesGenerator identificationFeaturesGenerator, com.compomics.util.parameters.identification.IdentificationParameters identificationParameters, com.compomics.util.experiment.io.biology.protein.SequenceProvider sequenceProvider, com.compomics.util.experiment.io.biology.protein.ProteinDetailsProvider proteinDetailsProvider, com.compomics.util.experiment.mass_spectrometry.SpectrumProvider spectrumProvider, int nSurroundingAA, com.compomics.util.parameters.quantification.spectrum_counting.SpectrumCountingParameters spectrumCountingPreferences, com.compomics.util.waiting.WaitingHandler waitingHandler) Writes an export according to the command line settings contained in the reportCLIInputBean.Constructors in eu.isas.peptideshaker.cmd with parameters of type ReportCLIInputBeanModifierConstructorDescriptionReportCLI(ReportCLIInputBean reportCLIInputBean) Construct a new ReportCLI runnable from a ReportCLI Bean.