Skip to content

Class: GeneCaseFraction

A structured estimate of the fraction of cases of a genetically heterogeneous disease attributable to one gene, in a defined cohort. The genetic-spectrum analog of a population Prevalence record: it pairs a cohort/population with a normalized percentage (plus optional range bounds and cohort size), source notes, and citable evidence. Distinct from population occurrence (Prevalence) and from population allele frequency; this is "what share of patients have their disease explained by this gene". Complements the coarse free-text frequency band on the Genetic entry.

URI: dismech:class/GeneCaseFraction

 classDiagram
    class GeneCaseFraction
    click GeneCaseFraction href "../../classes/GeneCaseFraction/"
      GeneCaseFraction : case_fraction_high

      GeneCaseFraction : case_fraction_low

      GeneCaseFraction : case_fraction_percent

      GeneCaseFraction : cohort_size

      GeneCaseFraction : evidence





        GeneCaseFraction --> "* _recommended_" EvidenceItem : evidence
        click EvidenceItem href "../../classes/EvidenceItem/"



      GeneCaseFraction : notes

      GeneCaseFraction : population

Slots

Name Cardinality and Range Description Inheritance
population 0..1
String
Population or cohort description (e direct
case_fraction_percent 0..1
Float
Point estimate of the percentage of cases attributable to this gene in the st... direct
case_fraction_low 0..1
Float
Lower bound of the case fraction (percent) when the source gives a range direct
case_fraction_high 0..1
Float
Upper bound of the case fraction (percent) when the source gives a range direct
cohort_size 0..1
Integer
Number of probands/cases in the cohort the case fraction was computed in, whe... direct
evidence * recommended
EvidenceItem
direct
notes 0..1
String
direct

Usages

used by used in type used
Genetic case_fractions range GeneCaseFraction

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarch-initiative/dismech

Mappings

Mapping Type Mapped Value
self dismech:GeneCaseFraction
native dismech:GeneCaseFraction

LinkML Source

Direct

name: GeneCaseFraction
description: 'A structured estimate of the fraction of cases of a genetically heterogeneous
  disease attributable to one gene, in a defined cohort. The genetic-spectrum analog
  of a population Prevalence record: it pairs a cohort/population with a normalized
  percentage (plus optional range bounds and cohort size), source notes, and citable
  evidence. Distinct from population occurrence (Prevalence) and from population allele
  frequency; this is "what share of patients have their disease explained by this
  gene". Complements the coarse free-text `frequency` band on the Genetic entry.'
from_schema: https://w3id.org/monarch-initiative/dismech
slots:
- population
- case_fraction_percent
- case_fraction_low
- case_fraction_high
- cohort_size
- evidence
- notes

Induced

name: GeneCaseFraction
description: 'A structured estimate of the fraction of cases of a genetically heterogeneous
  disease attributable to one gene, in a defined cohort. The genetic-spectrum analog
  of a population Prevalence record: it pairs a cohort/population with a normalized
  percentage (plus optional range bounds and cohort size), source notes, and citable
  evidence. Distinct from population occurrence (Prevalence) and from population allele
  frequency; this is "what share of patients have their disease explained by this
  gene". Complements the coarse free-text `frequency` band on the Genetic entry.'
from_schema: https://w3id.org/monarch-initiative/dismech
attributes:
  population:
    name: population
    description: Population or cohort description (e.g., for prevalence or association
      signals)
    examples:
    - value: Global
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: population
    owner: GeneCaseFraction
    domain_of:
    - PhenotypeContext
    - ReferenceRange
    - Prevalence
    - GeneCaseFraction
    - AssociationSignal
    range: string
  case_fraction_percent:
    name: case_fraction_percent
    description: Point estimate of the percentage of cases attributable to this gene
      in the stated cohort (0-100). The structured, queryable counterpart of the free-text
      genetic `frequency` band. Use case_fraction_low/high for ranges.
    examples:
    - value: '24.6'
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: case_fraction_percent
    owner: GeneCaseFraction
    domain_of:
    - GeneCaseFraction
    range: float
  case_fraction_low:
    name: case_fraction_low
    description: Lower bound of the case fraction (percent) when the source gives
      a range.
    examples:
    - value: '27.0'
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: case_fraction_low
    owner: GeneCaseFraction
    domain_of:
    - GeneCaseFraction
    range: float
  case_fraction_high:
    name: case_fraction_high
    description: Upper bound of the case fraction (percent) when the source gives
      a range.
    examples:
    - value: '32.8'
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: case_fraction_high
    owner: GeneCaseFraction
    domain_of:
    - GeneCaseFraction
    range: float
  cohort_size:
    name: cohort_size
    description: Number of probands/cases in the cohort the case fraction was computed
      in, when reported. Helps weight competing per-gene estimates.
    examples:
    - value: '61'
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: cohort_size
    owner: GeneCaseFraction
    domain_of:
    - GeneCaseFraction
    range: integer
  evidence:
    name: evidence
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: evidence
    owner: GeneCaseFraction
    domain_of:
    - PhenotypeContext
    - Dataset
    - ExperimentalModel
    - Experiment
    - ExperimentalPerturbation
    - ExperimentalReadout
    - ExperimentalControl
    - ClinicalTrial
    - ComputationalModel
    - DifferentialDiagnosis
    - Subtype
    - CausalEdge
    - TreatmentMechanismTarget
    - ModelMechanismLink
    - BiomarkerReadout
    - PhenotypeReadout
    - ReferenceRange
    - SurrogateEndpoint
    - ExternalAssertion
    - Finding
    - Prevalence
    - GeneCaseFraction
    - ProgressionInfo
    - ClinicalBurden
    - EpidemiologyInfo
    - Pathophysiology
    - Phenotype
    - Biochemical
    - HistopathologyFinding
    - ImagingFinding
    - Genetic
    - Environmental
    - Stage
    - AgentLifeCycle
    - AgentLifeCycleStage
    - AnimalModel
    - Treatment
    - InfectiousAgent
    - Transmission
    - Diagnosis
    - Inheritance
    - Variant
    - ModelingConsideration
    - ClassificationAssignment
    - Definition
    - AlgorithmValidationStatus
    - CriteriaSet
    - AssociationSignal
    - AssociationStatistics
    - ComorbidityHypothesis
    - UpstreamConditionHypothesis
    - MechanisticHypothesis
    - Discussion
    - GroupingCriteria
    - GroupingMember
    - DifferentiatingMechanism
    range: EvidenceItem
    recommended: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  notes:
    name: notes
    examples:
    - value: Contagious stage where symptoms appear and the bacteria can be spread
        to others.
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: notes
    owner: GeneCaseFraction
    domain_of:
    - GeneticContext
    - OnsetDescriptor
    - PhenotypeContext
    - Dataset
    - ExperimentalModel
    - Experiment
    - ExperimentalPerturbation
    - ExperimentalReadout
    - ExperimentalControl
    - ClinicalTrial
    - ComputationalModel
    - ModelVariable
    - DifferentialDiagnosis
    - ReferenceRange
    - SurrogateEndpoint
    - SurrogateEndpointCollection
    - ExternalAssertion
    - TrackedIssue
    - Prevalence
    - GeneCaseFraction
    - ProgressionInfo
    - ClinicalBurden
    - EpidemiologyInfo
    - Pathophysiology
    - Phenotype
    - Biochemical
    - HistopathologyFinding
    - ImagingFinding
    - Genetic
    - Environmental
    - Disease
    - Stage
    - AgentLifeCycle
    - AgentLifeCycleStage
    - Treatment
    - Transmission
    - Diagnosis
    - ClassificationAssignment
    - Definition
    - CriteriaSet
    - TermMapping
    - MappingConsistency
    - ComorbidityAssociation
    - AssociationSignal
    - AssociationMetric
    - AssociationStatistics
    - MechanisticHypothesis
    - Discussion
    - Grouping
    - GroupingCriteria
    - GroupingMember
    - DifferentiatingMechanism
    range: string