Skip to content

Class: FrequencyQuantifier

classDiagram class FrequencyQuantifier RelationshipQuantifier <|-- FrequencyQuantifier FrequencyQuantifier <|-- EntityToPhenotypicFeatureAssociationMixin FrequencyQuantifier <|-- PhenotypicFeatureToEntityAssociationMixin FrequencyQuantifier <|-- DiseaseToPhenotypicFeatureAssociation FrequencyQuantifier <|-- VariantToPopulationAssociation FrequencyQuantifier : has_count FrequencyQuantifier : has_percentage FrequencyQuantifier : has_quotient FrequencyQuantifier : has_total

Inheritance

Slots

Name Cardinality and Range Inheritance Examples
has_count:
number of things with a particular property
0..1
Integer
direct
has_total:
total number of things in a particular reference set
0..1
Integer
direct
has_quotient:
None
0..1
Double
direct
has_percentage:
equivalent to has quotient multiplied by 100
0..1
Double
direct

Mixin Usage

mixed into description
EntityToPhenotypicFeatureAssociationMixin None
PhenotypicFeatureToEntityAssociationMixin None
DiseaseToPhenotypicFeatureAssociation An association between a disease and a phenotypic feature in which the phenotypic feature is associated with the disease in some way.
VariantToPopulationAssociation An association between a variant and a population, where the variant has particular frequency in the population

LinkML Source

name: frequency quantifier
from_schema: https://w3id.org/biolink/biolink-model
is_a: relationship quantifier
mixin: true
slots:
- has count
- has total
- has quotient
- has percentage