Skip to content

Class: HistoPhenoBin

A body system category for grouping phenotypes

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

 classDiagram
    class HistoPhenoBin
    click HistoPhenoBin href "../HistoPhenoBin/"
      HistoPhenoBin : id

      HistoPhenoBin : label

      HistoPhenoBin : phenotype_count

      HistoPhenoBin : phenotype_ids

Slots

Name Cardinality and Range Description Inheritance
id 1
String
direct
label 1
String
direct
phenotype_count 1
Integer
Number of phenotypes in a bin direct
phenotype_ids *
String
List of phenotype identifiers belonging to a bin direct

Usages

used by used in type used
CasePhenotypeMatrixResponse bins range HistoPhenoBin

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: HistoPhenoBin
description: A body system category for grouping phenotypes
from_schema: https://w3id.org/monarch/monarch-py
slots:
- id
- label
- phenotype_count
- phenotype_ids
slot_usage:
  id:
    name: id
    identifier: true
    required: true
  label:
    name: label
    required: true
  phenotype_count:
    name: phenotype_count
    required: true
  phenotype_ids:
    name: phenotype_ids
    required: false
    multivalued: true

Induced

name: HistoPhenoBin
description: A body system category for grouping phenotypes
from_schema: https://w3id.org/monarch/monarch-py
slot_usage:
  id:
    name: id
    identifier: true
    required: true
  label:
    name: label
    required: true
  phenotype_count:
    name: phenotype_count
    required: true
  phenotype_ids:
    name: phenotype_ids
    required: false
    multivalued: true
attributes:
  id:
    name: id
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    identifier: true
    alias: id
    owner: HistoPhenoBin
    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: HistoPhenoBin
    domain_of:
    - FacetValue
    - FacetField
    - CaseEntity
    - CasePhenotype
    - HistoPhenoBin
    - GridColumnEntity
    - GridRowEntity
    - GridBin
    - Qualifier
    - TermInfo
    range: string
    required: true
  phenotype_count:
    name: phenotype_count
    description: Number of phenotypes in a bin
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: phenotype_count
    owner: HistoPhenoBin
    domain_of:
    - HistoPhenoBin
    range: integer
    required: true
  phenotype_ids:
    name: phenotype_ids
    description: List of phenotype identifiers belonging to a bin
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: phenotype_ids
    owner: HistoPhenoBin
    domain_of:
    - HistoPhenoBin
    range: string
    required: false
    multivalued: true