From 9c1c66ccab1d8b7094e6bc65b418210ddc3a96a0 Mon Sep 17 00:00:00 2001 From: mfutey <55600426+mfutey@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:13:03 -0400 Subject: [PATCH 1/2] Update cap_anndata_schema.md --- docs/cap_anndata_schema.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/cap_anndata_schema.md b/docs/cap_anndata_schema.md index 546265f..c5bc08a 100644 --- a/docs/cap_anndata_schema.md +++ b/docs/cap_anndata_schema.md @@ -930,6 +930,40 @@ For example, if the user specified the cell annotation as `broad_cells1`, then t +### [cellannotation_setname]--confidence_score + +**Format:** The column name is the string prefix `[cellannotation_setname]--` concatenated with the string value `confidence_score`, i.e. `[cellannotation_setname] + '--' + 'confidence_score'` + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
column[cellannotation_set]--confidence_score
indexCell barcode names
dtypefloat
valueA float number in [0,1] range corresponding to the model's internal probability that the predicted label is correct.
sourcefile or UI
required for publication on CAPno
example0.45
# `var` and `raw.var` (Gene Metadata) From c0f471f9daf2ca586f88d3b82ec9ac4178a4346c Mon Sep 17 00:00:00 2001 From: mfutey <55600426+mfutey@users.noreply.github.com> Date: Mon, 16 Jun 2025 09:04:34 -0400 Subject: [PATCH 2/2] Update cap_anndata_schema.md --- docs/cap_anndata_schema.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/cap_anndata_schema.md b/docs/cap_anndata_schema.md index c5bc08a..c4ca70b 100644 --- a/docs/cap_anndata_schema.md +++ b/docs/cap_anndata_schema.md @@ -2,7 +2,7 @@ Contact: [...] -Version: 1.0.1 +Version: 1.0.2 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED" "MAY", and "OPTIONAL" in this document are to be interpreted as described in [BCP 14](https://tools.ietf.org/html/bcp14), [RFC2119](https://www.rfc-editor.org/rfc/rfc2119.txt), and [RFC8174](https://www.rfc-editor.org/rfc/rfc8174.txt) when, and only when, they appear in all capitals, as shown here. @@ -1687,3 +1687,7 @@ schema version 1.0.1
  • Added hierarchy to uns section
  • +schema version 1.0.2 +