Skip to content

Commit

Permalink
Add x-airr attribute for controlled_vocabulary terms
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie authored Sep 29, 2023
1 parent 7cac920 commit ef3d2f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4472,6 +4472,7 @@ Receptor:
- TCR
description: The top-level receptor type, either Immunoglobulin (Ig) or T Cell Receptor (TCR).
x-airr:
format: controlled_vocabulary
nullable: false
adc-query-support: true
receptor_variable_domain_1_aa:
Expand All @@ -4494,6 +4495,7 @@ Receptor:
description: Locus from which the variable domain in receptor_variable_domain_1_aa originates
example: IGH
x-airr:
format: controlled_vocabulary
nullable: false
adc-query-support: true
receptor_variable_domain_2_aa:
Expand All @@ -4518,6 +4520,7 @@ Receptor:
description: Locus from which the variable domain in receptor_variable_domain_2_aa originates
example: IGL
x-airr:
format: controlled_vocabulary
nullable: false
adc-query-support: true
receptor_ref:
Expand Down Expand Up @@ -4573,6 +4576,7 @@ ReceptorReactivity:
description: Classification of ligand binding to receptor
example: non-peptide
x-airr:
format: controlled_vocabulary
nullable: false
antigen_type:
type: string
Expand All @@ -4584,6 +4588,7 @@ ReceptorReactivity:
The type of antigen before processing by the immune system.
example: protein
x-airr:
format: controlled_vocabulary
nullable: false
antigen:
$ref: '#/Ontology'
Expand Down Expand Up @@ -4642,6 +4647,7 @@ ReceptorReactivity:
description: Class of MHC molecule, only present for MHC:x ligand types
example: MHC-II
x-airr:
format: controlled_vocabulary
nullable: true
mhc_gene_1:
$ref: '#/Ontology'
Expand Down Expand Up @@ -4697,6 +4703,7 @@ ReceptorReactivity:
- MHC_peptide_multimer
description: The methodology used to assess expression (assay implemented in experiment)
x-airr:
format: controlled_vocabulary
nullable: false
reactivity_readout:
type: string
Expand All @@ -4711,6 +4718,7 @@ ReceptorReactivity:
description: Reactivity measurement read-out
example: cytokine release
x-airr:
format: controlled_vocabulary
nullable: false
reactivity_value:
type: number
Expand Down

0 comments on commit ef3d2f5

Please sign in to comment.