Skip to content

Class: CellTypeAssociation

An association between an activity and a cell type term

URI: [gocam:CellTypeAssociation](https://w3id.org/gocam/CellTypeAssociation)
classDiagram class CellTypeAssociation click CellTypeAssociation href "../CellTypeAssociation/" TermAssociation <|-- CellTypeAssociation click TermAssociation href "../TermAssociation/" CellTypeAssociation : evidence CellTypeAssociation --> "*" EvidenceItem : evidence click EvidenceItem href "../EvidenceItem/" CellTypeAssociation : part_of CellTypeAssociation --> "0..1" GrossAnatomyAssociation : part_of click GrossAnatomyAssociation href "../GrossAnatomyAssociation/" CellTypeAssociation : provenances CellTypeAssociation --> "*" ProvenanceInfo : provenances click ProvenanceInfo href "../ProvenanceInfo/" CellTypeAssociation : term CellTypeAssociation --> "0..1" CellTypeTermObject : term click CellTypeTermObject href "../CellTypeTermObject/" CellTypeAssociation : type
## Inheritance * [Association](Association.md) * [TermAssociation](TermAssociation.md) * **CellTypeAssociation** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [part_of](part_of.md) | 0..1
[GrossAnatomyAssociation](GrossAnatomyAssociation.md) | | direct | | [term](term.md) | 0..1
[CellTypeTermObject](CellTypeTermObject.md) | The ontology term that describes the nature of the association | [TermAssociation](TermAssociation.md) | | [type](type.md) | 0..1
[String](String.md) | The type of association | [Association](Association.md) | | [evidence](evidence.md) | *
[EvidenceItem](EvidenceItem.md) | The set of evidence items that support the association | [Association](Association.md) | | [provenances](provenances.md) | *
[ProvenanceInfo](ProvenanceInfo.md) | The set of provenance objects that provide metadata about who made the associ... | [Association](Association.md) | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [CellularAnatomicalEntityAssociation](CellularAnatomicalEntityAssociation.md) | [part_of](part_of.md) | range | [CellTypeAssociation](CellTypeAssociation.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:CellTypeAssociation | | native | gocam:CellTypeAssociation | ## LinkML Source ### Direct
name: CellTypeAssociation
description: An association between an activity and a cell type term
from_schema: https://w3id.org/gocam
is_a: TermAssociation
slot_usage:
  term:
    name: term
    range: CellTypeTermObject
attributes:
  part_of:
    name: part_of
    from_schema: https://w3id.org/gocam
    domain_of:
    - Activity
    - EnabledByGeneProductAssociation
    - ProteinComplexHasPartAssociation
    - BiologicalProcessAssociation
    - CellularAnatomicalEntityAssociation
    - CellTypeAssociation
    - GrossAnatomyAssociation
    range: GrossAnatomyAssociation

### Induced
name: CellTypeAssociation
description: An association between an activity and a cell type term
from_schema: https://w3id.org/gocam
is_a: TermAssociation
slot_usage:
  term:
    name: term
    range: CellTypeTermObject
attributes:
  part_of:
    name: part_of
    from_schema: https://w3id.org/gocam
    owner: CellTypeAssociation
    domain_of:
    - Activity
    - EnabledByGeneProductAssociation
    - ProteinComplexHasPartAssociation
    - BiologicalProcessAssociation
    - CellularAnatomicalEntityAssociation
    - CellTypeAssociation
    - GrossAnatomyAssociation
    range: GrossAnatomyAssociation
  term:
    name: term
    description: The ontology term that describes the nature of the association
    from_schema: https://w3id.org/gocam
    owner: CellTypeAssociation
    domain_of:
    - MoleculeNode
    - EvidenceItem
    - EnabledByAssociation
    - TermAssociation
    range: CellTypeTermObject
  type:
    name: type
    description: The type of association.
    comments:
    - when instantiating Association objects in Python and other languages, it isn't
      necessary to populate this, it is auto-populated from the object class.
    from_schema: https://w3id.org/gocam
    rank: 1000
    designates_type: true
    owner: CellTypeAssociation
    domain_of:
    - Association
    - Object
    range: string
  evidence:
    name: evidence
    description: The set of evidence items that support the association.
    from_schema: https://w3id.org/gocam
    rank: 1000
    owner: CellTypeAssociation
    domain_of:
    - Association
    range: EvidenceItem
    multivalued: true
    inlined: true
  provenances:
    name: provenances
    description: The set of provenance objects that provide metadata about who made
      the association.
    from_schema: https://w3id.org/gocam
    owner: CellTypeAssociation
    domain_of:
    - Model
    - Activity
    - EvidenceItem
    - Association
    range: ProvenanceInfo
    multivalued: true
    inlined: true
    inlined_as_list: true