public static enum ProgenesisExport.ExportType extends Enum<ProgenesisExport.ExportType>
| Enum Constant and Description |
|---|
confident_ptms
Exports the Confidently localized PTMs of Validated PSMs of Validated
Peptides of Validated Proteins
|
validated_psms
Exports the spectra of validated PSMs.
|
validated_psms_peptides
Exports the spectra of validated PSMs of validated peptides.
|
validated_psms_peptides_proteins
Exports the spectra of validated PSMs of validated peptides of
validated proteins.
|
| Modifier and Type | Field and Description |
|---|---|
String |
description
Description of the export.
|
int |
index
Index for the export type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getCommandLineOptions()
Returns a description of the command line arguments.
|
static String[] |
getPossibilities()
Returns all possibilities descriptions in an array of string.
|
static ProgenesisExport.ExportType |
getTypeFromIndex(int index)
Returns the export type corresponding to a given index.
|
static ProgenesisExport.ExportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgenesisExport.ExportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgenesisExport.ExportType validated_psms_peptides_proteins
public static final ProgenesisExport.ExportType validated_psms_peptides
public static final ProgenesisExport.ExportType validated_psms
public static final ProgenesisExport.ExportType confident_ptms
public int index
public String description
public static ProgenesisExport.ExportType[] values()
for (ProgenesisExport.ExportType c : ProgenesisExport.ExportType.values()) System.out.println(c);
public static ProgenesisExport.ExportType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ProgenesisExport.ExportType getTypeFromIndex(int index)
index - the index of interestpublic static String[] getPossibilities()
public static String getCommandLineOptions()
Copyright © 2021. All rights reserved.