Class: Node
URI: ak_schema:Node
classDiagram
class Node
click Node href "../Node"
AIRRStandards <|-- Node
click AIRRStandards href "../AIRRStandards"
Node : junction
Node : junction_aa
Node : sequence_alignment
Node : sequence_id
Inheritance
- AIRRStandards
- Node
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
sequence_id | 0..1 String |
direct | |
sequence_alignment | 0..1 String |
direct | |
junction | 0..1 String |
direct | |
junction_aa | 0..1 String |
Amino acid translation of the junction | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Tree | nodes | range | Node |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | ak_schema:Node |
native | ak_schema:Node |
LinkML Source
Direct
name: Node
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- sequence_id
- sequence_alignment
- junction
- junction_aa
Induced
name: Node
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
sequence_id:
name: sequence_id
annotations:
nullable:
tag: nullable
value: true
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: sequence_id
owner: Node
domain_of:
- RearrangedSequence
- UnrearrangedSequence
- Alignment
- Rearrangement
- Node
range: string
sequence_alignment:
name: sequence_alignment
annotations:
nullable:
tag: nullable
value: true
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: sequence_alignment
owner: Node
domain_of:
- Rearrangement
- Node
range: string
junction:
name: junction
annotations:
nullable:
tag: nullable
value: true
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: junction
owner: Node
domain_of:
- Rearrangement
- Clone
- Node
range: string
junction_aa:
name: junction_aa
annotations:
nullable:
tag: nullable
value: true
description: Amino acid translation of the junction.
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: junction_aa
owner: Node
domain_of:
- Chain
- Rearrangement
- Clone
- Node
range: string