Skip to content

Commit

Permalink
Add description about layering of species information
Browse files Browse the repository at this point in the history
  • Loading branch information
bussec authored and schristley committed Nov 8, 2019
1 parent 8e4edc5 commit 7e2b4af
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
12 changes: 10 additions & 2 deletions lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,11 @@ CellProcessing:
name: Cell subset phenotype
cell_species:
$ref: '#/Ontology'
description: Binomial designation of the species from which the analyzed cells originate. Important e.g., for chimeric animal models.
description: >
Binomial designation of the species from which the analyzed cells originate. Typically, this value
should be identical to `organism`, if which case it SHOULD NOT be set explicitly. Howver, there are
valid experimental setups in which the two might differ, e.g. chimeric animal models. If set, this
key will overwrite the `organism` information for all lower layers of the schema.
example:
id: 9096
value: Homo sapiens
Expand Down Expand Up @@ -1425,7 +1429,11 @@ Rearrangement:
description: Gene locus (chain type). For example, IGH, IGI, IGK, IGL, TRA, TRB, TRD, or TRG.
locus_species:
$ref: '#/Ontology'
description: Binomial designation of the species from which the locus originates. Important e.g., for transgenic animal models.
description: >
Binomial designation of the species from which the locus originates. Typically, this value should be
identical to `organism`, if which case it SHOULD NOT be set explicitly. Howver, there are valid
experimental setups in which the two might differ, e.g. transgenic animal models. If set, this key
will overwrite the `organism` information for all lower layers of the schema.
example:
id: 9096
value: Homo sapiens
Expand Down
12 changes: 10 additions & 2 deletions lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,11 @@ CellProcessing:
name: Cell subset phenotype
cell_species:
$ref: '#/Ontology'
description: Binomial designation of the species from which the analyzed cells originate. Important e.g., for chimeric animal models.
description: >
Binomial designation of the species from which the analyzed cells originate. Typically, this value
should be identical to `organism`, if which case it SHOULD NOT be set explicitly. Howver, there are
valid experimental setups in which the two might differ, e.g. chimeric animal models. If set, this
key will overwrite the `organism` information for all lower layers of the schema.
example:
id: 9096
value: Homo sapiens
Expand Down Expand Up @@ -1425,7 +1429,11 @@ Rearrangement:
description: Gene locus (chain type). For example, IGH, IGI, IGK, IGL, TRA, TRB, TRD, or TRG.
locus_species:
$ref: '#/Ontology'
description: Binomial designation of the species from which the locus originates. Important e.g., for transgenic animal models.
description: >
Binomial designation of the species from which the locus originates. Typically, this value should be
identical to `organism`, if which case it SHOULD NOT be set explicitly. Howver, there are valid
experimental setups in which the two might differ, e.g. transgenic animal models. If set, this key
will overwrite the `organism` information for all lower layers of the schema.
example:
id: 9096
value: Homo sapiens
Expand Down
12 changes: 10 additions & 2 deletions specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,11 @@ CellProcessing:
name: Cell subset phenotype
cell_species:
$ref: '#/Ontology'
description: Binomial designation of the species from which the analyzed cells originate. Important e.g., for chimeric animal models.
description: >
Binomial designation of the species from which the analyzed cells originate. Typically, this value
should be identical to `organism`, if which case it SHOULD NOT be set explicitly. Howver, there are
valid experimental setups in which the two might differ, e.g. chimeric animal models. If set, this
key will overwrite the `organism` information for all lower layers of the schema.
example:
id: 9096
value: Homo sapiens
Expand Down Expand Up @@ -1425,7 +1429,11 @@ Rearrangement:
description: Gene locus (chain type). For example, IGH, IGI, IGK, IGL, TRA, TRB, TRD, or TRG.
locus_species:
$ref: '#/Ontology'
description: Binomial designation of the species from which the locus originates. Important e.g., for transgenic animal models.
description: >
Binomial designation of the species from which the locus originates. Typically, this value should be
identical to `organism`, if which case it SHOULD NOT be set explicitly. Howver, there are valid
experimental setups in which the two might differ, e.g. transgenic animal models. If set, this key
will overwrite the `organism` information for all lower layers of the schema.
example:
id: 9096
value: Homo sapiens
Expand Down

0 comments on commit 7e2b4af

Please sign in to comment.