Enum Class AlleleProto.PathogenicitySource
java.lang.Object
java.lang.Enum<AlleleProto.PathogenicitySource>
org.monarchinitiative.exomiser.core.proto.AlleleProto.PathogenicitySource
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<AlleleProto.PathogenicitySource>
,Constable
- Enclosing class:
- AlleleProto
public static enum AlleleProto.PathogenicitySource
extends Enum<AlleleProto.PathogenicitySource>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
PathogenicitySource
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionALPHA_MISSENSE = 11;
CADD = 6;
CLINVAR = 15;
SV data sourcesEVE = 12;
MUTATION_TASTER = 4;
MVP = 9;
POLYPHEN = 3;
REMM = 7;
REVEL = 8;
SIFT = 5;
SPLICE_AI = 10;
An unspecified source for use in testing new pathogenicity scoresUNKNOWN_PATH_SOURCE = 0;
A default score derived from the predicted variant effect -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
ALPHA_MISSENSE = 11;
static final int
CADD = 6;
static final int
CLINVAR = 15;
static final int
SV data sourcesstatic final int
EVE = 12;
static final int
MUTATION_TASTER = 4;
static final int
MVP = 9;
static final int
POLYPHEN = 3;
static final int
REMM = 7;
static final int
REVEL = 8;
static final int
SIFT = 5;
static final int
SPLICE_AI = 10;
static final int
An unspecified source for use in testing new pathogenicity scoresstatic final int
UNKNOWN_PATH_SOURCE = 0;
static final int
A default score derived from the predicted variant effect -
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<AlleleProto.PathogenicitySource>
valueOf
(int value) Deprecated.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static AlleleProto.PathogenicitySource[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN_PATH_SOURCE
UNKNOWN_PATH_SOURCE = 0;
-
VARIANT_EFFECT
A default score derived from the predicted variant effect
VARIANT_EFFECT = 1;
-
TEST
An unspecified source for use in testing new pathogenicity scores
TEST = 2;
-
POLYPHEN
POLYPHEN = 3;
-
MUTATION_TASTER
MUTATION_TASTER = 4;
-
SIFT
SIFT = 5;
-
CADD
CADD = 6;
-
REMM
REMM = 7;
-
REVEL
REVEL = 8;
-
MVP
MVP = 9;
-
SPLICE_AI
SPLICE_AI = 10;
-
ALPHA_MISSENSE
ALPHA_MISSENSE = 11;
-
EVE
EVE = 12;
-
DBVAR
SV data sources
DBVAR = 14;
-
CLINVAR
CLINVAR = 15;
-
UNRECOGNIZED
-
-
Field Details
-
UNKNOWN_PATH_SOURCE_VALUE
public static final int UNKNOWN_PATH_SOURCE_VALUEUNKNOWN_PATH_SOURCE = 0;
- See Also:
-
VARIANT_EFFECT_VALUE
public static final int VARIANT_EFFECT_VALUEA default score derived from the predicted variant effect
VARIANT_EFFECT = 1;
- See Also:
-
TEST_VALUE
public static final int TEST_VALUEAn unspecified source for use in testing new pathogenicity scores
TEST = 2;
- See Also:
-
POLYPHEN_VALUE
public static final int POLYPHEN_VALUEPOLYPHEN = 3;
- See Also:
-
MUTATION_TASTER_VALUE
public static final int MUTATION_TASTER_VALUEMUTATION_TASTER = 4;
- See Also:
-
SIFT_VALUE
public static final int SIFT_VALUESIFT = 5;
- See Also:
-
CADD_VALUE
public static final int CADD_VALUECADD = 6;
- See Also:
-
REMM_VALUE
public static final int REMM_VALUEREMM = 7;
- See Also:
-
REVEL_VALUE
public static final int REVEL_VALUEREVEL = 8;
- See Also:
-
MVP_VALUE
public static final int MVP_VALUEMVP = 9;
- See Also:
-
SPLICE_AI_VALUE
public static final int SPLICE_AI_VALUESPLICE_AI = 10;
- See Also:
-
ALPHA_MISSENSE_VALUE
public static final int ALPHA_MISSENSE_VALUEALPHA_MISSENSE = 11;
- See Also:
-
EVE_VALUE
public static final int EVE_VALUEEVE = 12;
- See Also:
-
DBVAR_VALUE
public static final int DBVAR_VALUESV data sources
DBVAR = 14;
- See Also:
-
CLINVAR_VALUE
public static final int CLINVAR_VALUECLINVAR = 15;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AlleleProto.PathogenicitySource> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static AlleleProto.PathogenicitySource valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-