public class UnipeptExport extends Object
| Constructor and Description |
|---|
UnipeptExport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
analyzeInUnipept(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.
|
public static void analyzeInUnipept(List<String> peptides, boolean equateIandL, boolean filterDuplicates, boolean handleMissingCleavage, File tempHtmlFile, com.compomics.util.waiting.WaitingHandler waitingHandler) throws IOException
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 handlerIOException - thrown if something goes wrong with the exportCopyright © 2021. All rights reserved.