Enum PsProteinFeature
- All Implemented Interfaces:
com.compomics.util.io.export.ExportFeature,Serializable,Comparable<PsProteinFeature>,java.lang.constant.Constable
public enum PsProteinFeature extends Enum<PsProteinFeature> implements com.compomics.util.io.export.ExportFeature
This class lists the protein identification features.
- Author:
- Marc Vaudel, Harald Barsnes
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description StringdescriptionThe description of the feature.booleanperFractionIndicates whether a feature is to be exported per fraction.StringtitleThe title of the feature which will be used for column heading.static StringtypeThe type of export feature. -
Method Summary
Modifier and Type Method Description StringgetDescription()ArrayList<com.compomics.util.io.export.ExportFeature>getExportFeatures(boolean includeSubFeatures)StringgetFeatureFamily()StringgetTitle()booleanisAdvanced()booleanisPerFraction()Returns true if the feature is to be exported per fraction.static PsProteinFeaturevalueOf(String name)Returns the enum constant of this type with the specified name.static PsProteinFeature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
starred
-
pi
-
accession
-
protein_description
-
protein_group
-
descriptions
-
other_proteins
-
chromosome
-
ensembl_gene_id
-
gene_name
-
taxonomy
-
go_accession
-
go_description
-
coverage
-
confident_coverage
-
all_coverage
-
possible_coverage
-
peptides
-
validated_peptides
-
unique_peptides
-
unique_validated_peptides
-
non_enzymatic
-
psms
-
validated_psms
-
confident_modification_sites
-
confident_modification_sites_number
-
ambiguous_modification_sites
-
ambiguous_modification_sites_number
-
confident_phosphosites
-
confident_phosphosites_number
-
ambiguous_phosphosites
-
ambiguous_phosphosites_number
-
spectrum_counting
-
spectrum_counting_nsaf
-
spectrum_counting_empai
-
spectrum_counting_nsaf_percent
-
spectrum_counting_empai_percent
-
spectrum_counting_nsaf_ppm
-
spectrum_counting_empai_ppm
-
spectrum_counting_nsaf_fmol
-
spectrum_counting_empai_fmol
-
mw
-
proteinLength
-
peptidesPerFraction
-
spectraPerFraction
-
averagePrecursorIntensty
-
fractionMinMwPeptideRange
-
fractionMaxMwPeptideRange
-
fractionMinMwSpectraRange
-
fractionMaxMwSpectraRange
-
score
-
raw_score
-
confidence
-
validated
-
decoy
-
-
-
Field Details
-
title
The title of the feature which will be used for column heading. -
description
The description of the feature. -
type
The type of export feature.- See Also:
- Constant Field Values
-
perFraction
public final boolean perFractionIndicates whether a feature is to be exported per fraction.
-
-
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
-
getExportFeatures
public ArrayList<com.compomics.util.io.export.ExportFeature> getExportFeatures(boolean includeSubFeatures)- Specified by:
getExportFeaturesin interfacecom.compomics.util.io.export.ExportFeature
-
getTitle
- Specified by:
getTitlein interfacecom.compomics.util.io.export.ExportFeature
-
getDescription
- Specified by:
getDescriptionin interfacecom.compomics.util.io.export.ExportFeature
-
getFeatureFamily
- Specified by:
getFeatureFamilyin interfacecom.compomics.util.io.export.ExportFeature
-
isAdvanced
public boolean isAdvanced()- Specified by:
isAdvancedin interfacecom.compomics.util.io.export.ExportFeature
-
isPerFraction
public boolean isPerFraction()Returns true if the feature is to be exported per fraction.- Returns:
- true if the feature is to be exported per fraction
-