Skip to content

Class: CellTypeDescriptor

A descriptor for cell types, bindable to Cell Ontology (CL)

URI: dismech:class/CellTypeDescriptor

 classDiagram
    class CellTypeDescriptor
    click CellTypeDescriptor href "../../classes/CellTypeDescriptor/"
      Descriptor <|-- CellTypeDescriptor
        click Descriptor href "../../classes/Descriptor/"

      CellTypeDescriptor : clinical_course





        CellTypeDescriptor --> "0..1" ClinicalCourseEnum : clinical_course
        click ClinicalCourseEnum href "../../enums/ClinicalCourseEnum/"



      CellTypeDescriptor : description

      CellTypeDescriptor : laterality





        CellTypeDescriptor --> "0..1" LateralityEnum : laterality
        click LateralityEnum href "../../enums/LateralityEnum/"



      CellTypeDescriptor : located_in





        CellTypeDescriptor --> "0..1" AnatomicalEntityDescriptor : located_in
        click AnatomicalEntityDescriptor href "../../classes/AnatomicalEntityDescriptor/"



      CellTypeDescriptor : modifier





        CellTypeDescriptor --> "0..1" ModifierEnum : modifier
        click ModifierEnum href "../../enums/ModifierEnum/"



      CellTypeDescriptor : onset





        CellTypeDescriptor --> "0..1" OnsetDescriptor : onset
        click OnsetDescriptor href "../../classes/OnsetDescriptor/"



      CellTypeDescriptor : preferred_term

      CellTypeDescriptor : qualifiers





        CellTypeDescriptor --> "*" Qualifier : qualifiers
        click Qualifier href "../../classes/Qualifier/"



      CellTypeDescriptor : severity





        CellTypeDescriptor --> "0..1" Any : severity
        click Any href "../../classes/Any/"



      CellTypeDescriptor : spatial_extent





        CellTypeDescriptor --> "0..1" SpatialExtentEnum : spatial_extent
        click SpatialExtentEnum href "../../enums/SpatialExtentEnum/"



      CellTypeDescriptor : temporality





        CellTypeDescriptor --> "0..1" TemporalityEnum : temporality
        click TemporalityEnum href "../../enums/TemporalityEnum/"



      CellTypeDescriptor : term





        CellTypeDescriptor --> "0..1 _recommended_" Term : term
        click Term href "../../classes/Term/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
preferred_term 1
String
The preferred human-readable term for this descriptor Descriptor
description 0..1
String
A description of the descriptor Descriptor
term 0..1 recommended
Term
Optional Cell Ontology term reference Descriptor
modifier 0..1
ModifierEnum
Directional or qualitative modifier for a descriptor (e Descriptor
located_in 0..1
AnatomicalEntityDescriptor
Anatomical location where this entity/process occurs or procedure is performe... Descriptor
laterality 0..1
LateralityEnum
Laterality qualifier (left, right, or bilateral) Descriptor
spatial_extent 0..1
SpatialExtentEnum
The spatial extent or distribution pattern applicable to this descriptor (e Descriptor
onset 0..1
OnsetDescriptor
Structured age of onset descriptor Descriptor
temporality 0..1
TemporalityEnum
Temporal qualifier for this descriptor (e Descriptor
clinical_course 0..1
ClinicalCourseEnum
Clinical course qualifier for this descriptor (e Descriptor
severity 0..1
String or 
Any or 
SeverityQualifierEnum
Descriptor
qualifiers *
Qualifier
List of predicate-value pairs for formal post-composition Descriptor

Usages

used by used in type used
SampleTypeDescriptor cell_type_term range CellTypeDescriptor
ExperimentalModel cell_types range CellTypeDescriptor
Pathophysiology cell_types range CellTypeDescriptor
Biochemical cell_types range CellTypeDescriptor
FunctionalEffect affected_cell_types range CellTypeDescriptor

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CellTypeDescriptor
description: A descriptor for cell types, bindable to Cell Ontology (CL)
from_schema: https://w3id.org/monarch-initiative/dismech
is_a: Descriptor
slot_usage:
  term:
    name: term
    description: Optional Cell Ontology term reference
    bindings:
    - range: CellTypeTerm
      obligation_level: REQUIRED
      binds_value_of: id

Induced

name: CellTypeDescriptor
description: A descriptor for cell types, bindable to Cell Ontology (CL)
from_schema: https://w3id.org/monarch-initiative/dismech
is_a: Descriptor
slot_usage:
  term:
    name: term
    description: Optional Cell Ontology term reference
    bindings:
    - range: CellTypeTerm
      obligation_level: REQUIRED
      binds_value_of: id
attributes:
  preferred_term:
    name: preferred_term
    description: The preferred human-readable term for this descriptor. This may be
      more specific or nuanced than the linked ontology term label when the ontology
      does not fully capture the desired granularity. Note that postcomposition using
      the modifier slot may be appropriate for capturing the semantics of the preferred
      term.
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: preferred_term
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    - ConditionDescriptor
    range: string
    required: true
  description:
    name: description
    description: A description of the descriptor. This may typically be redundant
      with the `term` object, but the description is more human-readable and may be
      used to communicate nuances not captured by the rigid standardization of the
      term object.
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: description
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    - DietaryModification
    - GeneticContext
    - Dataset
    - ExperimentalModel
    - Experiment
    - ExperimentalPerturbation
    - ExperimentalReadout
    - ExperimentalControl
    - ClinicalTrial
    - ComputationalModel
    - ModelVariable
    - DifferentialDiagnosis
    - Subtype
    - CausalEdge
    - TreatmentMechanismTarget
    - ModelMechanismLink
    - BiomarkerReadout
    - SurrogateEndpointCollection
    - ProteinStructure
    - ExternalAssertion
    - EpidemiologyInfo
    - Pathophysiology
    - Phenotype
    - HistopathologyFinding
    - Environmental
    - Disease
    - Stage
    - AgentLifeCycle
    - AgentLifeCycleStage
    - AnimalModel
    - Treatment
    - InfectiousAgent
    - Transmission
    - Assay
    - Diagnosis
    - Inheritance
    - Variant
    - FunctionalEffect
    - Mechanism
    - ModelingConsideration
    - Definition
    - CriteriaSet
    - ConditionDescriptor
    - GOEnrichment
    - ComorbidityHypothesis
    - UpstreamConditionHypothesis
    - MechanisticHypothesis
    range: string
    recommended: false
  term:
    name: term
    description: Optional Cell Ontology term reference
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: term
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    - TermMapping
    - ConditionDescriptor
    - GOEnrichmentTerm
    range: Term
    bindings:
    - range: CellTypeTerm
      obligation_level: REQUIRED
      binds_value_of: id
    recommended: true
    inlined: true
  modifier:
    name: modifier
    description: Directional or qualitative modifier for a descriptor (e.g., increased,
      decreased, abnormal)
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: modifier
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    range: ModifierEnum
  located_in:
    name: located_in
    description: Anatomical location where this entity/process occurs or procedure
      is performed
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: located_in
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    range: AnatomicalEntityDescriptor
    inlined: true
  laterality:
    name: laterality
    description: Laterality qualifier (left, right, or bilateral)
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: laterality
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    range: LateralityEnum
  spatial_extent:
    name: spatial_extent
    description: The spatial extent or distribution pattern applicable to this descriptor
      (e.g., focal, diffuse, extensive)
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: spatial_extent
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    range: SpatialExtentEnum
  onset:
    name: onset
    description: Structured age of onset descriptor. Combines an HPO onset category
      with optional quantitative age data (mean, min, max in years) and free-text
      notes.
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: onset
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    - PhenotypeContext
    range: OnsetDescriptor
    inlined: true
  temporality:
    name: temporality
    description: Temporal qualifier for this descriptor (e.g., acute, chronic, recurrent)
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: temporality
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    range: TemporalityEnum
  clinical_course:
    name: clinical_course
    description: Clinical course qualifier for this descriptor (e.g., progressive,
      stable)
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: clinical_course
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    range: ClinicalCourseEnum
  severity:
    name: severity
    examples:
    - value: Severe
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: severity
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    - PhenotypeContext
    - Phenotype
    range: Any
    any_of:
    - range: SeverityQualifierEnum
    - range: string
  qualifiers:
    name: qualifiers
    description: List of predicate-value pairs for formal post-composition. Allows
      OWL-like expressivity with controlled predicates (e.g., RO relations) and values.
    deprecated: Prefer explicit slots like located_in and laterality instead of generic
      qualifiers
    from_schema: https://w3id.org/monarch-initiative/dismech
    rank: 1000
    alias: qualifiers
    owner: CellTypeDescriptor
    domain_of:
    - Descriptor
    range: Qualifier
    multivalued: true
    inlined: true
    inlined_as_list: true