Class: QueryObject
classDiagram
class QueryObject
click QueryObject href "../QueryObject"
QueryAPI <|-- QueryObject
click QueryAPI href "../QueryAPI"
QueryObject : assay
QueryObject --> "0..1" QueryExperiment : assay
click QueryExperiment href "../QueryExperiment"
QueryObject : bcr
QueryObject --> "0..1" QueryIG : bcr
click QueryIG href "../QueryIG"
QueryObject : tcr
QueryObject --> "0..1" QueryTCR : tcr
click QueryTCR href "../QueryTCR"
Inheritance
- QueryAPI
- QueryObject
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| tcr | 0..1 QueryTCR |
direct | |
| bcr | 0..1 QueryIG |
direct | |
| assay | 0..1 QueryExperiment |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ak_schema:QueryObject |
| native | ak_schema:QueryObject |
LinkML Source
Direct
name: QueryObject
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: QueryAPI
attributes:
tcr:
name: tcr
from_schema: https://github.com/airr-knowledge/ak-schema
domain_of:
- TCRpMHCComplex
- QueryObject
range: QueryTCR
multivalued: false
inlined: true
bcr:
name: bcr
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
domain_of:
- QueryObject
range: QueryIG
multivalued: false
inlined: true
assay:
name: assay
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
domain_of:
- QueryObject
range: QueryExperiment
multivalued: false
inlined: true
Induced
name: QueryObject
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: QueryAPI
attributes:
tcr:
name: tcr
from_schema: https://github.com/airr-knowledge/ak-schema
alias: tcr
owner: QueryObject
domain_of:
- TCRpMHCComplex
- QueryObject
range: QueryTCR
multivalued: false
inlined: true
bcr:
name: bcr
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: bcr
owner: QueryObject
domain_of:
- QueryObject
range: QueryIG
multivalued: false
inlined: true
assay:
name: assay
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: assay
owner: QueryObject
domain_of:
- QueryObject
range: QueryExperiment
multivalued: false
inlined: true