Enum PsPsmFeature
- All Implemented Interfaces:
com.compomics.util.io.export.ExportFeature,Serializable,Comparable<PsPsmFeature>,java.lang.constant.Constable
public enum PsPsmFeature extends Enum<PsPsmFeature> implements com.compomics.util.io.export.ExportFeature
This class lists the PSM identification features.
- Author:
- Marc Vaudel
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
-
Method Summary
Modifier and Type Method Description StringgetDescription()ArrayList<com.compomics.util.io.export.ExportFeature>getExportFeatures(boolean includeSubFeatures)StringgetFeatureFamily()StringgetTitle()booleanisAdvanced()static PsPsmFeaturevalueOf(String name)Returns the enum constant of this type with the specified name.static PsPsmFeature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
starred
-
id
-
protein_groups
-
best_protein_group_validation
-
localization_confidence
-
probabilistic_score
-
d_score
-
confident_modification_sites
-
confident_modification_sites_number
-
ambiguous_modification_sites
-
ambiguous_modification_sites_number
-
confident_phosphosites
-
confident_phosphosites_number
-
ambiguous_phosphosites
-
ambiguous_phosphosites_number
-
algorithm_score
-
raw_score
-
score
-
confidence
-
validated
-
-
-
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
-
-
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
-