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 StringKey representing the frequency of aSequenceTypewith respect toSamples.static final StringKey representing the diversity of alleles associated with aFeature.static final StringKey representing the diversity of proteoforms associated with aFeature.static final Stringstatic final StringKey representing the fraction of filtered calls in aSample.static final Stringstatic final StringKey representing the mean coverage of aSampleover all of its calls.static final StringKey representing the mean entropy of aSampleover all of its calls.static final StringKey representing the number of non-reference alleles associated with a feature.static final StringKey representing the number of insertions and deletions (InDels) in aSample.static final StringKey representing the number of non-reference proteoforms associated with a feature.static final StringKey representing the number of substitutions or single nucleotide variants (SNVs) in aSample.static final StringKey representing the net shift in sequence length of aSequenceType.static final StringKey representing the Sequence-Ontology effects associated with aSequenceType.static final StringKey representing the frequency of aVariantacross 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 aSequenceTypewith respect toSamples.- 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 aSampleover all of its calls.- See Also:
-
MEAN_ENTROPY
Key representing the mean entropy of aSampleover all of its calls.- See Also:
-
VARIANT_FREQUENCY
Key representing the frequency of aVariantacross all stored samples.- See Also:
-
-
Constructor Details
-
AttributesKeys
public AttributesKeys()
-