Skip to content

Class: TCellReceptor

  • NOTE: this is an abstract class and should not be instantiated directly

URI: GO:0042101

classDiagram class TCellReceptor click TCellReceptor href "../TCellReceptor" AKObject <|-- TCellReceptor click AKObject href "../AKObject" TCellReceptor <|-- AlphaBetaTCR click AlphaBetaTCR href "../AlphaBetaTCR" TCellReceptor <|-- GammaDeltaTCR click GammaDeltaTCR href "../GammaDeltaTCR" TCellReceptor : akc_id TCellReceptor : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 0..1
String
direct
akc_id 1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
AIRRSequencingAssay tcell_receptors range TCellReceptor
TCellReceptorEpitopeBindingAssay tcell_receptors range TCellReceptor

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self GO:0042101
native ak_schema:TCellReceptor

LinkML Source

Direct

name: TCellReceptor
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
abstract: true
slots:
- type
class_uri: GO:0042101

Induced

name: TCellReceptor
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AKObject
abstract: true
attributes:
  type:
    name: type
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    designates_type: true
    alias: type
    owner: TCellReceptor
    domain_of:
    - Assay
    - TCellReceptor
    - Epitope
    range: string
  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: TCellReceptor
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: GO:0042101