Skip to content

Class: TCRpMHCComplex

URI: OBI:0003119

classDiagram class TCRpMHCComplex click TCRpMHCComplex href "../TCRpMHCComplex" AKObject <|-- TCRpMHCComplex click AKObject href "../AKObject" TCRpMHCComplex : akc_id TCRpMHCComplex : epitope TCRpMHCComplex --> "0..1" Epitope : epitope click Epitope href "../Epitope" TCRpMHCComplex : mhc TCRpMHCComplex --> "0..1" MHCAllele : mhc click MHCAllele href "../MHCAllele" TCRpMHCComplex : tcr TCRpMHCComplex --> "0..1" TCellReceptor : tcr click TCellReceptor href "../TCellReceptor"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
tcr 0..1
TCellReceptor
T cell receptor direct
epitope 0..1
Epitope
The epitope being measured direct
mhc 0..1
MHCAllele
Major histocompatibility complex direct
akc_id 1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
AIRRKnowledgeCommons tcr_complexes range TCRpMHCComplex
AIRRSequencingAssay tcr_complexes range TCRpMHCComplex
TCellReceptorEpitopeBindingAssay tcr_complexes range TCRpMHCComplex

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

Mappings

Mapping Type Mapped Value
self OBI:0003119
native ak_schema:TCRpMHCComplex

LinkML Source

Direct

name: TCRpMHCComplex
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
slots:
- tcr
- epitope
- mhc
class_uri: OBI:0003119

Induced

name: TCRpMHCComplex
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
attributes:
  tcr:
    name: tcr
    description: T cell receptor
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: tcr
    owner: TCRpMHCComplex
    domain_of:
    - TCRpMHCComplex
    - QueryObject
    range: TCellReceptor
  epitope:
    name: epitope
    description: The epitope being measured
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: epitope
    owner: TCRpMHCComplex
    domain_of:
    - TCellReceptorEpitopeBindingAssay
    - TCRpMHCComplex
    - QueryTCR
    range: Epitope
  mhc:
    name: mhc
    description: Major histocompatibility complex
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: mhc
    owner: TCRpMHCComplex
    domain_of:
    - TCRpMHCComplex
    - QueryTCR
    range: MHCAllele
  akc_id:
    name: akc_id
    description: A unique identifier for a thing in the AKC.
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: akc_id
    owner: TCRpMHCComplex
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0003119