Skip to content

Commit

Permalink
Add peptide_sequence field to ReceptorReactivity object
Browse files Browse the repository at this point in the history
  • Loading branch information
bussec committed Aug 23, 2023
1 parent 392c7bf commit bcd24ea
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4631,6 +4631,13 @@ ReceptorReactivity:
description: End position of the peptide within the reference protein sequence
x-airr:
nullable: true
peptide_sequence:
type: string
description: >
The actual peptide sequence against which the receptor reactivity was measured. This field should be
used as a convenience for antigens of antigen_type `protein` or `peptide`.
x-airr:
nullable: true
mhc_class:
type: string
enum:
Expand Down
7 changes: 7 additions & 0 deletions lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4631,6 +4631,13 @@ ReceptorReactivity:
description: End position of the peptide within the reference protein sequence
x-airr:
nullable: true
peptide_sequence:
type: string
description: >
The actual peptide sequence against which the receptor reactivity was measured. This field should be
used as a convenience for antigens of antigen_type `protein` or `peptide`.
x-airr:
nullable: true
mhc_class:
type: string
enum:
Expand Down
6 changes: 6 additions & 0 deletions specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4919,6 +4919,12 @@ ReceptorReactivity:
type: integer
nullable: true
description: End position of the peptide within the reference protein sequence
peptide_sequence:
type: string
nullable: true
description: >
The actual peptide sequence against which the receptor reactivity was measured. This field should be
used as a convenience for antigens of antigen_type `protein` or `peptide`.
mhc_class:
type: string
nullable: true
Expand Down
7 changes: 7 additions & 0 deletions specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4631,6 +4631,13 @@ ReceptorReactivity:
description: End position of the peptide within the reference protein sequence
x-airr:
nullable: true
peptide_sequence:
type: string
description: >
The actual peptide sequence against which the receptor reactivity was measured. This field should be
used as a convenience for antigens of antigen_type `protein` or `peptide`.
x-airr:
nullable: true
mhc_class:
type: string
enum:
Expand Down

0 comments on commit bcd24ea

Please sign in to comment.