Skip to content

Class: GridCellData

Data for a cell in the grid

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

 classDiagram
    class GridCellData
    click GridCellData href "../GridCellData/"
      GridCellData : evidence_count

      GridCellData : id

      GridCellData : negated

      GridCellData : present

      GridCellData : publications

      GridCellData : qualifiers





        GridCellData --> "*" Qualifier : qualifiers
        click Qualifier href "../Qualifier/"



Slots

Name Cardinality and Range Description Inheritance
id 1
String
direct
present 1
Boolean
Whether the phenotype is present for a case direct
negated 0..1
Boolean
direct
qualifiers *
Qualifier
Additional qualifiers for the association direct
publications *
String
direct
evidence_count 0..1
Integer
count of supporting documents, evidence codes, and sources supplying evidence direct

Usages

used by used in type used
EntityGridResponse cells range GridCellData

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: GridCellData
description: Data for a cell in the grid
from_schema: https://w3id.org/monarch/monarch-py
slots:
- id
- present
- negated
- qualifiers
- publications
- evidence_count
slot_usage:
  id:
    name: id
    identifier: true
    required: true
  present:
    name: present
    required: true
  qualifiers:
    name: qualifiers
    description: Additional qualifiers for the association
    range: Qualifier
    multivalued: true
    inlined: true
    inlined_as_list: false
  publications:
    name: publications
    multivalued: true

Induced

name: GridCellData
description: Data for a cell in the grid
from_schema: https://w3id.org/monarch/monarch-py
slot_usage:
  id:
    name: id
    identifier: true
    required: true
  present:
    name: present
    required: true
  qualifiers:
    name: qualifiers
    description: Additional qualifiers for the association
    range: Qualifier
    multivalued: true
    inlined: true
    inlined_as_list: false
  publications:
    name: publications
    multivalued: true
attributes:
  id:
    name: id
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    identifier: true
    alias: id
    owner: GridCellData
    domain_of:
    - Association
    - ExpandedCurie
    - Entity
    - HistoPheno
    - HistoBin
    - Mapping
    - MultiEntityAssociationResults
    - CaseEntity
    - CasePhenotype
    - HistoPhenoBin
    - CasePhenotypeCellData
    - GridColumnEntity
    - GridRowEntity
    - GridBin
    - Qualifier
    - GridCellData
    - TermInfo
    range: string
    required: true
  present:
    name: present
    description: Whether the phenotype is present for a case
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: present
    owner: GridCellData
    domain_of:
    - CasePhenotypeCellData
    - GridCellData
    range: boolean
    required: true
  negated:
    name: negated
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: negated
    owner: GridCellData
    domain_of:
    - Association
    - CompactAssociation
    - CasePhenotypeCellData
    - GridCellData
    range: boolean
  qualifiers:
    name: qualifiers
    description: Additional qualifiers for the association
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: qualifiers
    owner: GridCellData
    domain_of:
    - Association
    - GridCellData
    range: Qualifier
    multivalued: true
    inlined: true
    inlined_as_list: false
  publications:
    name: publications
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: publications
    owner: GridCellData
    domain_of:
    - Association
    - CasePhenotypeCellData
    - GridCellData
    range: string
    multivalued: true
  evidence_count:
    name: evidence_count
    description: count of supporting documents, evidence codes, and sources supplying
      evidence
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: evidence_count
    owner: GridCellData
    domain_of:
    - Association
    - GridCellData
    range: integer