Uses of Enum Class
org.monarchinitiative.lirical.exomiser_db_adapter.model.pathogenicity.PathogenicitySource
-
Uses of PathogenicitySource in org.monarchinitiative.lirical.exomiser_db_adapter.model.pathogenicity
Modifier and TypeFieldDescriptionprotected final PathogenicitySource
BasePathogenicityScore.source
protected final PathogenicitySource
BasePathogenicityScore.source
protected final PathogenicitySource
BasePathogenicityScore.source
protected final PathogenicitySource
BasePathogenicityScore.source
protected final PathogenicitySource
BasePathogenicityScore.source
protected final PathogenicitySource
BasePathogenicityScore.source
Modifier and TypeMethodDescriptionPathogenicityScore.getSource()
static PathogenicitySource
Returns the enum constant of this class with the specified name.static PathogenicitySource[]
PathogenicitySource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPathogenicityData.getPredictedScore
(PathogenicitySource pathogenicitySource) Returns the PathogenicityScore from the requested source, or null if not present.boolean
PathogenicityData.hasPredictedScore
(PathogenicitySource pathogenicitySource) static PathogenicityScore
PathogenicityScore.of
(PathogenicitySource source, float score) Static factory constructor to simplify creation of new PathogenicityScore objects.