Skip to content

Commit

Permalink
Added modality to seurat encoding (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianraymor authored Jun 6, 2024
1 parent d80de10 commit f034f55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schema/5.2.0/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ Curators MUST annotate the following columns in the `obs` dataframe:
<tbody>
<tr>
<td><i>10x multiome</i> [<a href="https://www.ebi.ac.uk/ols4/ontologies/efo/classes?obo_id=EFO%3A0030059"><code>EFO:0030059</code></a>]</td>
<td><code>"epigenomics"</code> or <code>"transcriptomics"</code></td>
<td><code>"epigenomics"</code> or<br> <code>"transcriptomics"</code></td>
</tr>
<tr>
<td><i>10x scATAC-seq</i> [<a href="https://www.ebi.ac.uk/ols4/ontologies/efo/classes?obo_id=EFO%3A0030007"><code>EFO:0030007</code></a>]</td>
Expand Down
4 changes: 4 additions & 0 deletions schema/5.2.0/seurat_encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ This `data.frame` will have the following columns required by the schema. There
<td>is_primary_data</td>
<td><code>logical</code></td>
</tr>
<tr>
<td>modality</td>
<td><code>character</code></td>
</tr>
<tr>
<td>observation_joinid</td>
<td><code>character</code></td>
Expand Down

0 comments on commit f034f55

Please sign in to comment.