public static enum ProteinInference.GroupSimplificationOption extends Enum<ProteinInference.GroupSimplificationOption>
| Enum Constant and Description |
|---|
lowerConfidence
Group supported by low confidence peptides.
|
lowerEvidence
Group supported by predicted or uncertain proteins.
|
nonEnzymatic
Group supported by non-enzymatic shared peptide.
|
simplerGroups
Group explained by simpler groups.
|
variant
Group supported by peptide shared with protein with variant.
|
| Modifier and Type | Field and Description |
|---|---|
String |
description
The description to write in the report.
|
int |
index
The index of the option.
|
| Modifier and Type | Method and Description |
|---|---|
static ProteinInference.GroupSimplificationOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProteinInference.GroupSimplificationOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProteinInference.GroupSimplificationOption lowerEvidence
public static final ProteinInference.GroupSimplificationOption lowerConfidence
public static final ProteinInference.GroupSimplificationOption nonEnzymatic
public static final ProteinInference.GroupSimplificationOption variant
public static final ProteinInference.GroupSimplificationOption simplerGroups
public final int index
public final String description
public static ProteinInference.GroupSimplificationOption[] values()
for (ProteinInference.GroupSimplificationOption c : ProteinInference.GroupSimplificationOption.values()) System.out.println(c);
public static ProteinInference.GroupSimplificationOption 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 nullCopyright © 2021. All rights reserved.