Class: Rafflesia::Types::ParsedVariantMutationType
- Inherits:
-
Object
- Object
- Rafflesia::Types::ParsedVariantMutationType
- Defined in:
- lib/rafflesia/types/parsed_variant_mutation_type.rb
Constant Summary collapse
- MISSENSE =
'missense'- NONSENSE =
'nonsense'- SYNONYMOUS =
'synonymous'- INVALID =
'invalid'- ALL =
[MISSENSE, NONSENSE, SYNONYMOUS, INVALID].freeze