Skip to content

Class: CasePhenotype

A phenotype observed in at least one case

URI: https://w3id.org/monarch/monarch-py/CasePhenotype

 classDiagram
    class CasePhenotype
    click CasePhenotype href "../CasePhenotype/"
      CasePhenotype : bin_id

      CasePhenotype : id

      CasePhenotype : label

Slots

Name Cardinality and Range Description Inheritance
id 1
String
direct
label 0..1
String
direct
bin_id 1
String
The identifier for the histopheno bin a phenotype belongs to direct

Usages

used by used in type used
CasePhenotypeMatrixResponse phenotypes range CasePhenotype

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://w3id.org/monarch/monarch-py/CasePhenotype
native https://w3id.org/monarch/monarch-py/CasePhenotype

LinkML Source

Direct

name: CasePhenotype
description: A phenotype observed in at least one case
from_schema: https://w3id.org/monarch/monarch-py
slots:
- id
- label
- bin_id
slot_usage:
  id:
    name: id
    identifier: true
    required: true
  label:
    name: label
    required: false
  bin_id:
    name: bin_id
    required: true

Induced

name: CasePhenotype
description: A phenotype observed in at least one case
from_schema: https://w3id.org/monarch/monarch-py
slot_usage:
  id:
    name: id
    identifier: true
    required: true
  label:
    name: label
    required: false
  bin_id:
    name: bin_id
    required: true
attributes:
  id:
    name: id
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    identifier: true
    alias: id
    owner: CasePhenotype
    domain_of:
    - Association
    - ExpandedCurie
    - Entity
    - HistoPheno
    - HistoBin
    - Mapping
    - MultiEntityAssociationResults
    - CaseEntity
    - CasePhenotype
    - HistoPhenoBin
    - CasePhenotypeCellData
    - GridColumnEntity
    - GridRowEntity
    - GridBin
    - Qualifier
    - GridCellData
    - TermInfo
    range: string
    required: true
  label:
    name: label
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: label
    owner: CasePhenotype
    domain_of:
    - FacetValue
    - FacetField
    - CaseEntity
    - CasePhenotype
    - HistoPhenoBin
    - GridColumnEntity
    - GridRowEntity
    - GridBin
    - Qualifier
    - TermInfo
    range: string
    required: false
  bin_id:
    name: bin_id
    description: The identifier for the histopheno bin a phenotype belongs to
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: bin_id
    owner: CasePhenotype
    domain_of:
    - CasePhenotype
    - GridRowEntity
    range: string
    required: true