Enum Class FrequencySource
java.lang.Object
java.lang.Enum<FrequencySource>
org.monarchinitiative.lirical.exomiser_db_adapter.model.frequency.FrequencySource
- All Implemented Interfaces:
Serializable
,Comparable<FrequencySource>
,Constable
Enum describing where the frequency data has originated.
- Author:
- Damian Smedley <damian.smedley@sanger.ac.uk>, Jules Jacobsen <jules.jacobsen@sanger.ac.uk>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Set<FrequencySource>
static final Set<FrequencySource>
static final Set<FrequencySource>
static final Set<FrequencySource>
static final Set<FrequencySource>
static final Set<FrequencySource>
Returns the set of non-founder/bottle-necked populations for use in frequency filtering. -
Method Summary
Modifier and TypeMethodDescriptionboolean
static FrequencySource
Returns the enum constant of this class with the specified name.static FrequencySource[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
LOCAL
-
THOUSAND_GENOMES
-
TOPMED
-
UK10K
-
ESP_AA
-
ESP_EA
-
ESP_ALL
-
EXAC_AFRICAN_INC_AFRICAN_AMERICAN
-
EXAC_AMERICAN
-
EXAC_EAST_ASIAN
-
EXAC_FINNISH
-
EXAC_NON_FINNISH_EUROPEAN
-
EXAC_OTHER
-
EXAC_SOUTH_ASIAN
-
GNOMAD_E_AFR
-
GNOMAD_E_AMR
-
GNOMAD_E_ASJ
-
GNOMAD_E_EAS
-
GNOMAD_E_FIN
-
GNOMAD_E_NFE
-
GNOMAD_E_MID
-
GNOMAD_E_OTH
-
GNOMAD_E_SAS
-
GNOMAD_G_AFR
-
GNOMAD_G_AMI
-
GNOMAD_G_AMR
-
GNOMAD_G_ASJ
-
GNOMAD_G_EAS
-
GNOMAD_G_FIN
-
GNOMAD_G_NFE
-
GNOMAD_G_MID
-
GNOMAD_G_OTH
-
GNOMAD_G_SAS
-
ALFA_AFO
-
ALFA_AFA
-
ALFA_AFR
-
ALFA_EUR
-
ALFA_LAC
-
ALFA_LEN
-
ALFA_SAS
-
ALFA_EAS
-
ALFA_ASN
-
ALFA_OAS
-
ALFA_OTR
-
ALFA_TOT
-
DBVAR
-
DECIPHER
-
DGV
-
GONL
-
GNOMAD_SV
-
-
Field Details
-
ALL_ESP_SOURCES
-
ALL_EXAC_SOURCES
-
ALL_GNOMAD_SOURCES
-
ALL_ALFA_SOURCES
-
ALL_EXTERNAL_FREQ_SOURCES
-
NON_FOUNDER_POPS
Returns the set of non-founder/bottle-necked populations for use in frequency filtering. Here we're using the populations included in the gnomAD filtering allele frequency. Note that this is related to the ClinGen recommendations for populations to consider for filtering against when considering the BA1 (Benign standAlone) evidence category. More explicitly, this means anyFrequencySource
excluding Ashkenazi Jewish (ASJ), European Finnish (FIN), and "Other" (OTH) populations (gnomAD v2) or Amish (AMI), Ashkenazi Jewish (ASJ), European Finnish (FIN), Middle Eastern (MID), and "Other" (OTH) populations (gnomAD v3).- Since:
- 13.3.0
-
-
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
-
getSource
-
isGnomadSource
public boolean isGnomadSource()
-