Skip to content

Commit

Permalink
Make adc_query_support attributeconsistent
Browse files Browse the repository at this point in the history
Make reactivity_measurements consistent with other arrays in Cell

Missing attribute for Receptor and ReceptorReactivity
  • Loading branch information
bcorrie authored Dec 11, 2023
1 parent cf9ad46 commit 19993fd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4294,7 +4294,10 @@ Cell:
type: string
example: [id1, id2]
x-airr:
miairr: defined
nullable: true
adc-query-support: true
name: Cell-associated reactivity measurements
repertoire_id:
type: string
description: Identifier to the associated repertoire in study metadata.
Expand Down Expand Up @@ -4543,7 +4546,7 @@ Receptor:
example: [id1, id2]
x-airr:
nullable: true

adc-query-support: true

ReceptorReactivity:
type: object
Expand Down Expand Up @@ -4578,6 +4581,7 @@ ReceptorReactivity:
x-airr:
format: controlled_vocabulary
nullable: false
adc-query-support: true
antigen_type:
type: string
enum:
Expand All @@ -4590,6 +4594,7 @@ ReceptorReactivity:
x-airr:
format: controlled_vocabulary
nullable: false
adc-query-support: true
antigen:
$ref: '#/Ontology'
description: >
Expand All @@ -4613,6 +4618,7 @@ ReceptorReactivity:
label: Plasmodium falciparum NF54
x-airr:
nullable: true
adc-query-support: true
format: ontology
ontology:
draft: true
Expand All @@ -4624,11 +4630,13 @@ ReceptorReactivity:
description: Start position of the peptide within the reference protein sequence
x-airr:
nullable: true
adc-query-support: true
peptide_end:
type: integer
description: End position of the peptide within the reference protein sequence
x-airr:
nullable: true
adc-query-support: true
peptide_sequence_aa:
type: string
description: >
Expand All @@ -4649,6 +4657,7 @@ ReceptorReactivity:
x-airr:
format: controlled_vocabulary
nullable: true
adc-query-support: true
mhc_gene_1:
$ref: '#/Ontology'
description: The MHC gene to which the mhc_allele_1 belongs
Expand All @@ -4658,6 +4667,7 @@ ReceptorReactivity:
label: HLA-DRA
x-airr:
nullable: true
adc-query-support: true
format: ontology
ontology:
draft: true
Expand All @@ -4670,6 +4680,7 @@ ReceptorReactivity:
example: HLA-DRA
x-airr:
nullable: true
adc-query-support: true
mhc_gene_2:
$ref: '#/Ontology'
description: The MHC gene to which the mhc_allele_2 belongs
Expand All @@ -4679,6 +4690,7 @@ ReceptorReactivity:
label: HLA-DRB1
x-airr:
nullable: true
adc-query-support: true
format: ontology
ontology:
draft: true
Expand All @@ -4692,6 +4704,7 @@ ReceptorReactivity:
example: HLA-DRB1*04:01
x-airr:
nullable: true
adc-query-support: true
reactivity_method:
type: string
enum:
Expand All @@ -4705,6 +4718,7 @@ ReceptorReactivity:
x-airr:
format: controlled_vocabulary
nullable: false
adc-query-support: true
reactivity_readout:
type: string
enum:
Expand All @@ -4720,15 +4734,18 @@ ReceptorReactivity:
x-airr:
format: controlled_vocabulary
nullable: false
adc-query-support: true
reactivity_value:
type: number
description: The absolute (processed) value of the measurement
example: 162.26
x-airr:
nullable: false
adc-query-support: true
reactivity_unit:
type: string
description: The unit of the measurement
example: pg/ml
x-airr:
nullable: false
adc-query-support: true

0 comments on commit 19993fd

Please sign in to comment.