Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,27 +1,112 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
3 |
library_name: scvi-tools
|
|
|
4 |
tags:
|
5 |
- biology
|
6 |
- genomics
|
7 |
- single-cell
|
8 |
- model_cls_name:CondSCVI
|
9 |
-
- scvi_version:1.
|
10 |
-
- anndata_version:0.
|
11 |
- modality:rna
|
12 |
-
- tissue:
|
13 |
- annotated:True
|
14 |
---
|
15 |
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
Tabula Sapiens is a benchmark, first-draft human cell atlas of nearly 500,000 cells from 24 organs of 15 normal human subjects.
|
19 |
|
20 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
```json
|
26 |
{
|
27 |
"n_hidden": 128,
|
@@ -32,48 +117,63 @@ Many model properties are in the model tags. Some more are listed below.
|
|
32 |
}
|
33 |
```
|
34 |
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
36 |
```json
|
37 |
{
|
38 |
"labels_key": "cell_ontology_class",
|
39 |
-
"layer": null
|
|
|
40 |
}
|
41 |
```
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
| n_labels | 13 |
|
48 |
-
| n_vars | 4000 |
|
49 |
|
50 |
-
|
51 |
| Registry Key | scvi-tools Location |
|
52 |
|--------------|---------------------------|
|
53 |
| X | adata.X |
|
54 |
| labels | adata.obs['_scvi_labels'] |
|
55 |
|
56 |
-
**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
-
|
59 |
|
60 |
-
# Training data
|
61 |
|
62 |
-
|
63 |
-
|
64 |
|
65 |
<!-- If your model is not uploaded with any data (e.g., minified data) on the Model Hub, then make
|
66 |
-
sure to provide this field if you want users to be able to access your training data. See the
|
67 |
-
documentation for details. -->
|
|
|
68 |
|
69 |
-
|
|
|
70 |
|
71 |
-
|
72 |
|
73 |
-
|
74 |
|
75 |
-
Training code url: N/A
|
76 |
|
77 |
# References
|
78 |
|
79 |
-
The Tabula Sapiens Consortium. The Tabula Sapiens: A multiple-organ, single-cell transcriptomic atlas of humans. Science, May 2022. doi:10.1126/science.abl4896
|
|
|
1 |
---
|
|
|
2 |
library_name: scvi-tools
|
3 |
+
license: cc-by-4.0
|
4 |
tags:
|
5 |
- biology
|
6 |
- genomics
|
7 |
- single-cell
|
8 |
- model_cls_name:CondSCVI
|
9 |
+
- scvi_version:1.2.0
|
10 |
+
- anndata_version:0.11.1
|
11 |
- modality:rna
|
12 |
+
- tissue:various
|
13 |
- annotated:True
|
14 |
---
|
15 |
|
16 |
+
|
17 |
+
CondSCVI is a variational inference model for single-cell RNA-seq data that can learn an underlying
|
18 |
+
latent space. The predictions of the model are meant to be afterward
|
19 |
+
used for deconvolution of a second spatial transcriptomics dataset in DestVI. DestVI predicts the
|
20 |
+
cell-type proportions as well as cell type-specific activation state
|
21 |
+
in the spatial data.
|
22 |
+
|
23 |
+
CondSCVI takes as input a scRNA-seq gene expression matrix with cells and genes as well as a
|
24 |
+
cell-type annotation for all cells.
|
25 |
+
We provide an extensive [user guide](https://docs.scvi-tools.org/en/1.2.0/user_guide/models/destvi.html)
|
26 |
+
for DestVI including a description of CondSCVI.
|
27 |
+
|
28 |
+
- See our original manuscript for further details of the model:
|
29 |
+
[DestVI manuscript](https://www.nature.com/articles/s41587-022-01272-8).
|
30 |
+
- See our manuscript on [scvi-hub](https://www.biorxiv.org/content/10.1101/2024.03.01.582887v2)
|
31 |
+
how to leverage pre-trained models.
|
32 |
+
|
33 |
+
|
34 |
+
# Model Description
|
35 |
|
36 |
Tabula Sapiens is a benchmark, first-draft human cell atlas of nearly 500,000 cells from 24 organs of 15 normal human subjects.
|
37 |
|
38 |
+
# Metrics
|
39 |
+
|
40 |
+
We provide here key performance metrics for the uploaded model, if provided by the data uploader.
|
41 |
+
|
42 |
+
<details>
|
43 |
+
<summary><strong>Coefficient of variation</strong></summary>
|
44 |
+
|
45 |
+
The cell-wise coefficient of variation summarizes how well variation between different cells is
|
46 |
+
preserved by the generated model expression. Below a squared Pearson correlation coefficient of 0.4
|
47 |
+
, we would recommend not to use generated data for downstream analysis, while the generated latent
|
48 |
+
space might still be useful for analysis.
|
49 |
+
|
50 |
+
**Cell-wise Coefficient of Variation**:
|
51 |
+
|
52 |
+
| Metric | Training Value | Validation Value |
|
53 |
+
|-------------------------|----------------|------------------|
|
54 |
+
| Mean Absolute Error | 2.75 | 2.81 |
|
55 |
+
| Pearson Correlation | 0.84 | 0.84 |
|
56 |
+
| Spearman Correlation | 0.86 | 0.86 |
|
57 |
+
| R² (R-Squared) | 0.40 | 0.42 |
|
58 |
+
|
59 |
+
The gene-wise coefficient of variation summarizes how well variation between different genes is
|
60 |
+
preserved by the generated model expression. This value is usually quite high.
|
61 |
+
|
62 |
+
**Gene-wise Coefficient of Variation**:
|
63 |
+
|
64 |
+
| Metric | Training Value |
|
65 |
+
|-------------------------|----------------|
|
66 |
+
| Mean Absolute Error | 35.25 |
|
67 |
+
| Pearson Correlation | 0.19 |
|
68 |
+
| Spearman Correlation | 0.39 |
|
69 |
+
| R² (R-Squared) | -17.88 |
|
70 |
+
|
71 |
+
</details>
|
72 |
+
|
73 |
+
<details>
|
74 |
+
<summary><strong>Differential expression metric</strong></summary>
|
75 |
+
|
76 |
+
The differential expression metric provides a summary of the differential expression analysis
|
77 |
+
between cell types or input clusters. We provide here the F1-score, Pearson Correlation
|
78 |
+
Coefficient of Log-Foldchanges, Spearman Correlation Coefficient, and Area Under the Precision
|
79 |
+
Recall Curve (AUPRC) for the differential expression analysis using Wilcoxon Rank Sum test for each
|
80 |
+
cell-type.
|
81 |
+
|
82 |
+
**Differential expression**:
|
83 |
|
84 |
+
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
85 |
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
86 |
+
| epithelial cell | 0.94 | 1.29 | 0.45 | 0.74 | 0.18 | 0.86 | 6637.00 |
|
87 |
+
| basal cell of prostate epithelium | 0.87 | 1.46 | 0.36 | 0.59 | 0.56 | 0.90 | 3198.00 |
|
88 |
+
| CD8-positive, alpha-beta T cell | 0.70 | 4.97 | 0.12 | 0.29 | 0.46 | 0.86 | 1081.00 |
|
89 |
+
| endothelial cell | 0.72 | 5.25 | 0.32 | 0.44 | 0.57 | 0.87 | 471.00 |
|
90 |
+
| mature NK T cell | 0.67 | 6.93 | 0.14 | 0.24 | 0.48 | 0.81 | 430.00 |
|
91 |
+
| macrophage | 0.67 | 6.52 | 0.08 | 0.17 | 0.56 | 0.86 | 317.00 |
|
92 |
+
| club cell | 0.55 | 3.82 | 0.28 | 0.31 | 0.54 | 0.77 | 290.00 |
|
93 |
+
| smooth muscle cell | 0.59 | 5.36 | 0.27 | 0.37 | 0.57 | 0.83 | 285.00 |
|
94 |
+
| fibroblast | 0.48 | 6.66 | 0.26 | 0.22 | 0.54 | 0.80 | 207.00 |
|
95 |
+
| luminal cell of prostate epithelium | 0.16 | 6.81 | 0.26 | 0.11 | 0.50 | 0.72 | 60.00 |
|
96 |
+
| erythroid progenitor cell | 0.08 | 8.14 | 0.20 | 0.19 | 0.55 | 0.97 | 52.00 |
|
97 |
+
| monocyte | 0.44 | 11.67 | 0.19 | 0.34 | 0.49 | 0.74 | 33.00 |
|
98 |
+
| stromal cell | 0.10 | 11.06 | 0.10 | 0.12 | 0.48 | 0.60 | 32.00 |
|
99 |
|
100 |
+
</details>
|
101 |
+
|
102 |
+
# Model Properties
|
103 |
+
|
104 |
+
We provide here key parameters used to setup and train the model.
|
105 |
+
|
106 |
+
<details>
|
107 |
+
<summary><strong>Model Parameters</strong></summary>
|
108 |
+
|
109 |
+
These provide the settings to setup the original model:
|
110 |
```json
|
111 |
{
|
112 |
"n_hidden": 128,
|
|
|
117 |
}
|
118 |
```
|
119 |
|
120 |
+
</details>
|
121 |
+
|
122 |
+
<details>
|
123 |
+
<summary><strong>Setup Data Arguments</strong></summary>
|
124 |
+
|
125 |
+
Arguments passed to setup_anndata of the original model:
|
126 |
```json
|
127 |
{
|
128 |
"labels_key": "cell_ontology_class",
|
129 |
+
"layer": null,
|
130 |
+
"batch_key": null
|
131 |
}
|
132 |
```
|
133 |
|
134 |
+
</details>
|
135 |
+
|
136 |
+
<details>
|
137 |
+
<summary><strong>Data Registry</strong></summary>
|
|
|
|
|
138 |
|
139 |
+
Registry elements for AnnData manager:
|
140 |
| Registry Key | scvi-tools Location |
|
141 |
|--------------|---------------------------|
|
142 |
| X | adata.X |
|
143 |
| labels | adata.obs['_scvi_labels'] |
|
144 |
|
145 |
+
- **Data is Minified**: False
|
146 |
+
|
147 |
+
</details>
|
148 |
+
|
149 |
+
<details>
|
150 |
+
<summary><strong>Summary Statistics</strong></summary>
|
151 |
+
|
152 |
+
| Summary Stat Key | Value |
|
153 |
+
|------------------|-------|
|
154 |
+
| n_cells | 13093 |
|
155 |
+
| n_labels | 13 |
|
156 |
+
| n_vars | 3000 |
|
157 |
|
158 |
+
</details>
|
159 |
|
|
|
160 |
|
161 |
+
<details>
|
162 |
+
<summary><strong>Training</strong></summary>
|
163 |
|
164 |
<!-- If your model is not uploaded with any data (e.g., minified data) on the Model Hub, then make
|
165 |
+
sure to provide this field if you want users to be able to access your training data. See the
|
166 |
+
scvi-tools documentation for details. -->
|
167 |
+
**Training data url**: Not provided by uploader
|
168 |
|
169 |
+
If provided by the original uploader, for those interested in understanding or replicating the
|
170 |
+
training process, the code is available at the link below.
|
171 |
|
172 |
+
**Training Code URL**: https://github.com/YosefLab/scvi-hub-models/blob/main/src/scvi_hub_models/TS_train_all_tissues.ipynb
|
173 |
|
174 |
+
</details>
|
175 |
|
|
|
176 |
|
177 |
# References
|
178 |
|
179 |
+
The Tabula Sapiens Consortium. The Tabula Sapiens: A multiple-organ, single-cell transcriptomic atlas of humans. Science, May 2022. doi:10.1126/science.abl4896
|