Skip to content

Commit

Permalink
sync combined repertoire test data
Browse files Browse the repository at this point in the history
  • Loading branch information
javh committed Apr 8, 2024
1 parent 05a6477 commit b9c4795
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lang/R/tests/data-tests/good_combined_airr.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"label": "naive B cell"
},
"cell_phenotype": "expression of CD20 and the absence of CD27",
"cell_label": "naive B cell",
"cell_species": {
"id": "NCBITAXON:9606",
"label": "Homo sapiens"
Expand Down Expand Up @@ -388,6 +389,7 @@
"label": "memory B cell"
},
"cell_phenotype": "expression of CD20 and CD27",
"cell_label": "memory B cell",
"cell_species": {
"id": "NCBITAXON:9606",
"label": "Homo sapiens"
Expand Down Expand Up @@ -587,6 +589,7 @@
"label": "naive thymus-derived CD4-positive, alpha-beta T cell"
},
"cell_phenotype": "expression of CD8 and absence of CD4 and CD45RO",
"cell_label": "naive CD4+ aB T cell",
"cell_species": {
"id": "NCBITAXON:9606",
"label": "Homo sapiens"
Expand Down
3 changes: 3 additions & 0 deletions lang/R/tests/data-tests/good_combined_airr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Repertoire:
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
cell_label: naive B cell
single_cell: false
cell_isolation: FACS
template_class: RNA
Expand Down Expand Up @@ -307,6 +308,7 @@ Repertoire:
id: CL:0000787
label: memory B cell
cell_phenotype: expression of CD20 and CD27
cell_label: memory B cell
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
Expand Down Expand Up @@ -472,6 +474,7 @@ Repertoire:
id: CL:0000895
label: naive thymus-derived CD4-positive, alpha-beta T cell
cell_phenotype: expression of CD8 and absence of CD4 and CD45RO
cell_label: naive CD4+ aB T cell
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
Expand Down
3 changes: 3 additions & 0 deletions lang/python/tests/data/good_combined_airr.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"label": "naive B cell"
},
"cell_phenotype": "expression of CD20 and the absence of CD27",
"cell_label": "naive B cell",
"cell_species": {
"id": "NCBITAXON:9606",
"label": "Homo sapiens"
Expand Down Expand Up @@ -388,6 +389,7 @@
"label": "memory B cell"
},
"cell_phenotype": "expression of CD20 and CD27",
"cell_label": "memory B cell",
"cell_species": {
"id": "NCBITAXON:9606",
"label": "Homo sapiens"
Expand Down Expand Up @@ -587,6 +589,7 @@
"label": "naive thymus-derived CD4-positive, alpha-beta T cell"
},
"cell_phenotype": "expression of CD8 and absence of CD4 and CD45RO",
"cell_label": "naive CD4+ aB T cell",
"cell_species": {
"id": "NCBITAXON:9606",
"label": "Homo sapiens"
Expand Down
3 changes: 3 additions & 0 deletions lang/python/tests/data/good_combined_airr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Repertoire:
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
cell_label: naive B cell
single_cell: false
cell_isolation: FACS
template_class: RNA
Expand Down Expand Up @@ -307,6 +308,7 @@ Repertoire:
id: CL:0000787
label: memory B cell
cell_phenotype: expression of CD20 and CD27
cell_label: memory B cell
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
Expand Down Expand Up @@ -472,6 +474,7 @@ Repertoire:
id: CL:0000895
label: naive thymus-derived CD4-positive, alpha-beta T cell
cell_phenotype: expression of CD8 and absence of CD4 and CD45RO
cell_label: naive CD4+ aB T cell
cell_species:
id: NCBITAXON:9606
label: Homo sapiens
Expand Down

0 comments on commit b9c4795

Please sign in to comment.