Class: QueryTCR
URI: ak_schema:QueryTCR
classDiagram
class QueryTCR
click QueryTCR href "../QueryTCR"
QueryAPI <|-- QueryTCR
click QueryAPI href "../QueryAPI"
QueryTCR : antigen
QueryTCR : epitope
QueryTCR --> "0..1" Epitope : epitope
click Epitope href "../Epitope"
QueryTCR : mhc
QueryTCR : receptor
QueryTCR --> "0..1" TCellReceptor : receptor
click TCellReceptor href "../TCellReceptor"
Inheritance
- QueryAPI
- QueryTCR
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| receptor | 0..1 TCellReceptor |
direct | |
| mhc | 0..1 String |
direct | |
| epitope | 0..1 Epitope |
direct | |
| antigen | 0..1 String |
direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| QueryObject | tcr | range | QueryTCR |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ak_schema:QueryTCR |
| native | ak_schema:QueryTCR |
LinkML Source
Direct
name: QueryTCR
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: QueryAPI
attributes:
receptor:
name: receptor
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
domain_of:
- QueryTCR
- QueryIG
range: TCellReceptor
multivalued: false
inlined: true
mhc:
name: mhc
from_schema: https://github.com/airr-knowledge/ak-schema
domain_of:
- TCRpMHCComplex
- QueryTCR
epitope:
name: epitope
from_schema: https://github.com/airr-knowledge/ak-schema
domain_of:
- TCellReceptorEpitopeBindingAssay
- TCRpMHCComplex
- QueryTCR
range: Epitope
multivalued: false
inlined: true
antigen:
name: antigen
from_schema: https://github.com/airr-knowledge/ak-schema
domain_of:
- AntibodyAntigenComplex
- ReceptorReactivity
- QueryTCR
- QueryIG
Induced
name: QueryTCR
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: QueryAPI
attributes:
receptor:
name: receptor
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: receptor
owner: QueryTCR
domain_of:
- QueryTCR
- QueryIG
range: TCellReceptor
multivalued: false
inlined: true
mhc:
name: mhc
from_schema: https://github.com/airr-knowledge/ak-schema
alias: mhc
owner: QueryTCR
domain_of:
- TCRpMHCComplex
- QueryTCR
range: string
epitope:
name: epitope
from_schema: https://github.com/airr-knowledge/ak-schema
alias: epitope
owner: QueryTCR
domain_of:
- TCellReceptorEpitopeBindingAssay
- TCRpMHCComplex
- QueryTCR
range: Epitope
multivalued: false
inlined: true
antigen:
name: antigen
from_schema: https://github.com/airr-knowledge/ak-schema
alias: antigen
owner: QueryTCR
domain_of:
- AntibodyAntigenComplex
- ReceptorReactivity
- QueryTCR
- QueryIG
range: string