Enum IdentificationFeaturesCache.ObjectType
java.lang.Object
java.lang.Enum<IdentificationFeaturesCache.ObjectType>
com.compomics.util.experiment.identification.features.IdentificationFeaturesCache.ObjectType
- All Implemented Interfaces:
Serializable,Comparable<IdentificationFeaturesCache.ObjectType>,java.lang.constant.Constable
- Enclosing class:
IdentificationFeaturesCache
public static enum IdentificationFeaturesCache.ObjectType
extends Enum<IdentificationFeaturesCache.ObjectType>
An enumerator of the supported object types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe amino acid coverage of a given protein.If a given protein accession contains enzymatic peptides: true or false.The likelihood to cover amino acids.The expected sequence coverage of a given protein.The max mz value for all the PSMs for a given peptide.The number of confident peptides of a given protein.The number of confident spectra.The number of spectra of a given protein.The number of validated peptides of a given protein.The number of validated spectra.The number of validated protein groups for a peptide.The sequence coverage of a given protein using validated peptides.The sequence coverage of a given protein.The spectrum counting index of a given protein.The non-tryptic peptides of a protein.The number of unique peptides.The number of unique validated peptides. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanBoolean indicating whether this category contains large objects. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
tryptic_protein
The non-tryptic peptides of a protein. -
coverable_AA_p
The likelihood to cover amino acids. -
AA_coverage
The amino acid coverage of a given protein. -
number_of_validated_peptides
The number of validated peptides of a given protein. -
number_of_confident_peptides
The number of confident peptides of a given protein. -
number_of_spectra
The number of spectra of a given protein. -
number_of_validated_spectra
The number of validated spectra. -
number_of_confident_spectra
The number of confident spectra. -
unique_peptides
The number of unique peptides. -
unique_validated_peptides
The number of unique validated peptides. -
protein_groups_for_peptide
The number of validated protein groups for a peptide. -
containsEnzymaticPeptides
If a given protein accession contains enzymatic peptides: true or false. -
max_psm_mz_for_peptides
The max mz value for all the PSMs for a given peptide. -
sequence_coverage
The sequence coverage of a given protein using validated peptides. -
sequence_validation_coverage
The sequence coverage of a given protein. -
expected_coverage
The expected sequence coverage of a given protein. -
spectrum_counting
The spectrum counting index of a given protein.
-
-
Field Details
-
large
public final boolean largeBoolean indicating whether this category contains large objects.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-