public static enum IdentificationFeaturesCache.ObjectType extends Enum<IdentificationFeaturesCache.ObjectType>
Enum Constant and Description |
---|
AA_coverage
The amino acid coverage of a given protein.
|
containsEnzymaticPeptides
If a given protein accession contains enzymatic peptides: true or
false.
|
coverable_AA_p
The likelihood to cover amino acids.
|
expected_coverage
The expected sequence coverage of a given protein.
|
max_psm_mz_for_peptides
The max mz value for all the PSMs for a given peptide.
|
number_of_confident_peptides
The number of confident peptides of a given protein.
|
number_of_confident_spectra
The number of confident spectra.
|
number_of_spectra
The number of spectra of a given protein.
|
number_of_validated_peptides
The number of validated peptides of a given protein.
|
number_of_validated_spectra
The number of validated spectra.
|
protein_groups_for_peptide
The number of validated protein groups for a peptide.
|
sequence_coverage
The sequence coverage of a given protein using validated peptides.
|
sequence_validation_coverage
The sequence coverage of a given protein.
|
spectrum_counting
The spectrum counting index of a given protein.
|
tryptic_protein
The non-tryptic peptides of a protein.
|
unique_peptides
The number of unique peptides.
|
unique_validated_peptides
The number of unique validated peptides.
|
Modifier and Type | Field and Description |
---|---|
boolean |
large
Boolean indicating whether this category contains large objects.
|
Modifier and Type | Method and Description |
---|---|
static IdentificationFeaturesCache.ObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentificationFeaturesCache.ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentificationFeaturesCache.ObjectType tryptic_protein
public static final IdentificationFeaturesCache.ObjectType coverable_AA_p
public static final IdentificationFeaturesCache.ObjectType AA_coverage
public static final IdentificationFeaturesCache.ObjectType number_of_validated_peptides
public static final IdentificationFeaturesCache.ObjectType number_of_confident_peptides
public static final IdentificationFeaturesCache.ObjectType number_of_spectra
public static final IdentificationFeaturesCache.ObjectType number_of_validated_spectra
public static final IdentificationFeaturesCache.ObjectType number_of_confident_spectra
public static final IdentificationFeaturesCache.ObjectType unique_peptides
public static final IdentificationFeaturesCache.ObjectType unique_validated_peptides
public static final IdentificationFeaturesCache.ObjectType protein_groups_for_peptide
public static final IdentificationFeaturesCache.ObjectType containsEnzymaticPeptides
public static final IdentificationFeaturesCache.ObjectType max_psm_mz_for_peptides
public static final IdentificationFeaturesCache.ObjectType sequence_coverage
public static final IdentificationFeaturesCache.ObjectType sequence_validation_coverage
public static final IdentificationFeaturesCache.ObjectType expected_coverage
public static final IdentificationFeaturesCache.ObjectType spectrum_counting
public final boolean large
public static IdentificationFeaturesCache.ObjectType[] values()
for (IdentificationFeaturesCache.ObjectType c : IdentificationFeaturesCache.ObjectType.values()) System.out.println(c);
public static IdentificationFeaturesCache.ObjectType 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 © 2018. All rights reserved.