Uses of Enum Class
org.monarchinitiative.lirical.exomiser_db_adapter.model.pathogenicity.PathogenicitySource
Packages that use PathogenicitySource
-
Uses of PathogenicitySource in org.monarchinitiative.lirical.exomiser_db_adapter.model.pathogenicity
Fields in org.monarchinitiative.lirical.exomiser_db_adapter.model.pathogenicity declared as PathogenicitySourceModifier 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
Methods in org.monarchinitiative.lirical.exomiser_db_adapter.model.pathogenicity that return PathogenicitySourceModifier 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.Methods in org.monarchinitiative.lirical.exomiser_db_adapter.model.pathogenicity with parameters of type PathogenicitySourceModifier 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.