Package eu.isas.peptideshaker.export
Class UnipeptExport
java.lang.Object
eu.isas.peptideshaker.export.UnipeptExport
Export peptide sequences to the Unipept web interface.
- Author:
- Tim Van Den Bossche, Pieter Verschaffelt, Thilo Muth, Harald Barsnes, Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidanalyzeInUnipept(List<String> peptides, boolean equateIandL, boolean filterDuplicates, boolean handleMissingCleavage, File tempHtmlFile, com.compomics.util.waiting.WaitingHandler waitingHandler) Analyze the given list of peptides, with the specified configuration, using the Unipept web interface.
-
Constructor Details
-
UnipeptExport
public UnipeptExport()
-
-
Method Details
-
analyzeInUnipept
public static void analyzeInUnipept(List<String> peptides, boolean equateIandL, boolean filterDuplicates, boolean handleMissingCleavage, File tempHtmlFile, com.compomics.util.waiting.WaitingHandler waitingHandler) throws IOException Analyze the given list of peptides, with the specified configuration, using the Unipept web interface.- Parameters:
peptides- a list of peptides that should be analyzed using UnipeptequateIandL- true if the amino acids I and L should be equatedfilterDuplicates- true if duplicate peptide sequences should be filteredhandleMissingCleavage- true if missing cleavage handling should be enabledtempHtmlFile- the temporary file for Unipept HTML forwardingwaitingHandler- the waiting handler- Throws:
IOException- thrown if something goes wrong with the export
-