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 PathogenicitySourceBasePathogenicityScore.sourceprotected final PathogenicitySourceBasePathogenicityScore.sourceprotected final PathogenicitySourceBasePathogenicityScore.sourceprotected final PathogenicitySourceBasePathogenicityScore.sourceprotected final PathogenicitySourceBasePathogenicityScore.sourceprotected final PathogenicitySourceBasePathogenicityScore.sourceMethods in org.monarchinitiative.lirical.exomiser_db_adapter.model.pathogenicity that return PathogenicitySourceModifier and TypeMethodDescriptionPathogenicityScore.getSource()static PathogenicitySourceReturns 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 TypeMethodDescriptionbooleanPathogenicityData.hasPredictedScore(PathogenicitySource pathogenicitySource) static PathogenicityScorePathogenicityScore.of(PathogenicitySource source, float score) Static factory constructor to simplify creation of new PathogenicityScore objects.PathogenicityData.pathogenicityScore(PathogenicitySource pathogenicitySource) Returns the PathogenicityScore from the requested source, or null if not present.