Package util
Class Constants.AttributesKeys
java.lang.Object
util.Constants.AttributesKeys
- Enclosing class:
Constants
A nested utility class that defines keys for various attributes used in the application.
This class provides a centralized location for defining attribute keys related to genomic data, ensuring consistency and reducing the risk of hardcoding values in multiple places. These keys are used to store and retrieve metadata for samples, features, sequence types, and variants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key representing the frequency of aSequenceType
with respect toSample
s.static final String
Key representing the diversity of alleles associated with aFeature
.static final String
Key representing the diversity of proteoforms associated with aFeature
.static final String
static final String
Key representing the fraction of filtered calls in aSample
.static final String
static final String
Key representing the mean coverage of aSample
over all of its calls.static final String
Key representing the mean entropy of aSample
over all of its calls.static final String
Key representing the number of non-reference alleles associated with a feature.static final String
Key representing the number of insertions and deletions (InDels) in aSample
.static final String
Key representing the number of non-reference proteoforms associated with a feature.static final String
Key representing the number of substitutions or single nucleotide variants (SNVs) in aSample
.static final String
Key representing the net shift in sequence length of aSequenceType
.static final String
Key representing the Sequence-Ontology effects associated with aSequenceType
.static final String
Key representing the frequency of aVariant
across all stored samples. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FREQUENCY_REFERENCE
- See Also:
-
FREQUENCY_DISRUPTED
- See Also:
-
NUMBER_OF_ALLELES
Key representing the number of non-reference alleles associated with a feature.- See Also:
-
NUMBER_OF_PROTEOFORMS
Key representing the number of non-reference proteoforms associated with a feature.- See Also:
-
SO_EFFECTS
Key representing the Sequence-Ontology effects associated with aSequenceType
.- See Also:
-
SEQUENCE_LENGTH_DEVIATION
Key representing the net shift in sequence length of aSequenceType
.- See Also:
-
ALLELIC_FREQUENCY
Key representing the frequency of aSequenceType
with respect toSample
s.- See Also:
-
DIVERSITY_ALLELE
Key representing the diversity of alleles associated with aFeature
.- See Also:
-
DIVERSITY_PROTEOFORM
Key representing the diversity of proteoforms associated with aFeature
.- See Also:
-
FREQUENCY_FILTERED_CALLS
Key representing the fraction of filtered calls in aSample
.- See Also:
-
NUMBER_OF_SNVS
Key representing the number of substitutions or single nucleotide variants (SNVs) in aSample
.- See Also:
-
NUMBER_OF_INDELS
Key representing the number of insertions and deletions (InDels) in aSample
.- See Also:
-
MEAN_COVERAGE
Key representing the mean coverage of aSample
over all of its calls.- See Also:
-
MEAN_ENTROPY
Key representing the mean entropy of aSample
over all of its calls.- See Also:
-
VARIANT_FREQUENCY
Key representing the frequency of aVariant
across all stored samples.- See Also:
-
-
Constructor Details
-
AttributesKeys
public AttributesKeys()
-