You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tool to annotate cell types in scRNA-seq data based on marker genes using OpenAI models.
14
16
@@ -20,6 +22,8 @@ A tool to annotate cell types in scRNA-seq data based on marker genes using Open
20
22
- Retrieve reliable results thanks to [OpenAI structured outputs](https://platform.openai.com/docs/guides/structured-outputs)
21
23
- Use this tool to quickly generate pre-integration cell type labels to either score your integration quality (e.g. [scIB metrics](https://scib-metrics.readthedocs.io/en/stable/)) or to guide your integration effort (e.g. [scPoli](https://docs.scarches.org/en/latest/), [scANVI](https://docs.scvi-tools.org/en/stable/api/reference/scvi.model.SCANVI.html)).
22
24
25
+
Note that this package is based on output generated by large language models and might **sometimes make mistakes**. We use some safeguards, like anchoring the tool in a multi-step process, and using structured output predictions, but mistakes are still possible. We recommend using this tool as a first step in an annotation workflow to generate an initial, coarse set of annotations that must be further refined.
26
+
23
27
## Installation
24
28
25
29
You need to have Python 3.10 or newer installed on your system.
@@ -73,3 +77,4 @@ If you found a bug, please use the [issue tracker][].
0 commit comments