Skip to content

Commit af2d0ec

Browse files
authored
updated development stage (#1409)
1 parent 55e6307 commit af2d0ec

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

schema/7.0.0/schema.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ Curators MUST annotate the following columns in the `obs` dataframe:
583583
<tr>
584584
<th>Value</th>
585585
<td>
586-
categorical with <code>str</code> categories. If unavailable, this MUST be <code>"unknown"</code>.<br><br>
586+
categorical with <code>str</code> categories.<br><br>If <code>tissue_type</code> is <code>"cell line"</code>, this MUST be <code>"na"</code>.<br><br>If unavailable, this MUST be <code>"unknown"</code>.<br><br>
587587
<table>
588588
<thead>
589589
<tr>
@@ -632,9 +632,16 @@ Curators MUST annotate the following columns in the `obs` dataframe:
632632
MUST be the accurate descendant of <a href="https://www.ebi.ac.uk/ols4/ontologies/mmusdv/classes?obo_id=MmusDv%3A0000001"><code>MmusDv:0000001</code></a> for <i>life cycle</i>
633633
</td>
634634
</tr>
635+
<tr>
636+
<td>
637+
For all other organisms
638+
</td>
639+
<td>
640+
MUST be the most accurate descendant of <a href="https://www.ebi.ac.uk/ols4/ontologies/uberon/classes?obo_id=UBERON%3A0000105"><code>UBERON:0000105</code></a> for <i>life cycle stage</i>, excluding <a href="https://www.ebi.ac.uk/ols4/ontologies/uberon/classes?obo_id=UBERON%3A0000071"><code>UBERON:0000071</code></a> for <i>death stage</i>.
641+
</td>
642+
</tr>
635643
</tbody>
636644
</table>
637-
<br>Otherwise, for all other organisms this MUST be the most accurate descendant of <a href="https://www.ebi.ac.uk/ols4/ontologies/uberon/classes?obo_id=UBERON%3A0000105"><code>UBERON:0000105</code></a> for <i>life cycle stage</i>, excluding <a href="https://www.ebi.ac.uk/ols4/ontologies/uberon/classes?obo_id=UBERON%3A0000071"><code>UBERON:0000071</code></a> for <i>death stage</i>.
638645
</td>
639646
</tr>
640647
</tbody></table>
@@ -1225,6 +1232,7 @@ When a dataset is uploaded, CELLxGENE Discover MUST automatically add the matchi
12251232
</tbody></table>
12261233
<br>
12271234

1235+
12281236
### development_stage
12291237

12301238
<table><tbody>
@@ -1238,27 +1246,7 @@ When a dataset is uploaded, CELLxGENE Discover MUST automatically add the matchi
12381246
</tr>
12391247
<tr>
12401248
<th>Value</th>
1241-
<td>categorical with <code>str</code> categories. This MUST be <code>"unknown"</code> if the value of <code>development_stage_ontology_term_id</code> is <code>"unknown"</code>; otherwise, this MUST be the human-readable name assigned to the value of <code>development_stage_ontology_term_id</code>.
1242-
</td>
1243-
</tr>
1244-
</tbody></table>
1245-
<br>
1246-
1247-
### disease
1248-
1249-
<table><tbody>
1250-
<tr>
1251-
<th>Key</th>
1252-
<td>disease</td>
1253-
</tr>
1254-
<tr>
1255-
<th>Annotator</th>
1256-
<td>CELLxGENE Discover MUST annotate.</td>
1257-
</tr>
1258-
<tr>
1259-
<th>Value</th>
1260-
<td>categorical with <code>str</code> categories. This MUST be one or more human-readable names for the terms in <code>disease_ontology_term_id</code> in the same order separated by the delimiter <code>" || "</code>.<br><br>
1261-
For example, if the value of <code>disease_ontology_term_id</code> is <code>"MONDO:0004604 || MONDO:0043004 || MONDO:0800349 || MONDO:1030008"</code> then the value MUST be <code>"Hodgkin's lymphoma, lymphocytic-histiocytic predominance || Weil's disease || atrial fibrillation, familial, 16 || mitral valve insufficiency"</code>.<br><br>
1249+
<td>categorical with <code>str</code> categories.<br><br>This MUST be <code>"na"</code> if the value of <code>development_stage_ontology_term_id</code> is <code>"na"</code>.<br><br>This MUST be <code>"unknown"</code> if the value of <code>development_stage_ontology_term_id</code> is <code>"unknown"</code>.<br><br>Otherwise, this MUST be the human-readable name assigned to the value of <code>development_stage_ontology_term_id</code>.
12621250
</td>
12631251
</tr>
12641252
</tbody></table>
@@ -2732,7 +2720,9 @@ Chromosome Tables are determined by the reference assembly for the gene annotati
27322720
* Updated *Sus scrofa* to Sscrofa11.1 (GCA_000003025.6) Ensembl 114
27332721
* obs (Cell metadata)
27342722
* Updated the requirements for <code>cell_type</code> to require <code>"na"</code> when the <code>cell_type_ontology_term_id</code> is <code>"na"</code>
2735-
* Updated the requirements for <code>cell_type_ontology_term_id</code> to allow <code>"na"</code> when the <code>tissue_type</code> is "cell line"
2723+
* Updated the requirements for <code>cell_type_ontology_term_id</code> to allow <code>"na"</code> when the <code>tissue_type</code> is <code>"cell line"</code>
2724+
* Updated the requirements for <code>development_stage</code> to require <code>"na"</code> when the <code>development_stage__ontology_term_id</code> is <code>"na"</code>
2725+
* Updated the requirements for <code>development_stage_ontology_term_id</code> to require <code>"na"</code> when the <code>tissue_type</code> is <code>"cell line"</code>
27362726
* **Breaking change**. Updated the requirements for <code>tissue_ontology_term_id</code> to rename the <code>tissue_type</code> of <code>"cell culture"</code> to <code>"primary cell culture"</code>
27372727
* Updated the requirements for <code>tissue_ontology_term_id</code> to add the <code>tissue_type</code> of <code>"cell line"</code>
27382728
* Updated the requirements for <code>tissue_ontology_term_id</code> when the <code>tissue_type</code> is <code>"organoid"</code>

0 commit comments

Comments
 (0)