Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -51,10 +51,10 @@ space might still be useful for analysis.
|
|
51 |
|
52 |
| Metric | Training Value | Validation Value |
|
53 |
|-------------------------|----------------|------------------|
|
54 |
-
| Mean Absolute Error |
|
55 |
-
| Pearson Correlation | 0.
|
56 |
-
| Spearman Correlation | 0.
|
57 |
-
| R² (R-Squared) |
|
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.
|
@@ -63,10 +63,10 @@ preserved by the generated model expression. This value is usually quite high.
|
|
63 |
|
64 |
| Metric | Training Value |
|
65 |
|-------------------------|----------------|
|
66 |
-
| Mean Absolute Error |
|
67 |
-
| Pearson Correlation | 0.
|
68 |
-
| Spearman Correlation | 0.
|
69 |
-
| R² (R-Squared) | 0.
|
70 |
|
71 |
</details>
|
72 |
|
@@ -83,17 +83,17 @@ cell-type.
|
|
83 |
|
84 |
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
85 |
| --- | --- | --- | --- | --- | --- | --- | --- |
|
86 |
-
| Ventricular_Cardiomyocyte | 0.
|
87 |
-
| Endothelial | 0.
|
88 |
-
| Pericytes | 0.
|
89 |
-
| Fibroblast | 0.
|
90 |
-
| Atrial_Cardiomyocyte | 0.
|
91 |
-
| Myeloid | 0.
|
92 |
-
| Lymphoid | 0.
|
93 |
-
| Smooth_muscle_cells | 0.
|
94 |
-
| Neuronal | 0.
|
95 |
-
| Adipocytes | 0.
|
96 |
-
| Mesothelial | 0.
|
97 |
|
98 |
</details>
|
99 |
|
@@ -146,17 +146,17 @@ Arguments passed to setup_anndata of the original model:
|
|
146 |
<summary><strong>Data Registry</strong></summary>
|
147 |
|
148 |
Registry elements for AnnData manager:
|
149 |
-
|
|
150 |
-
|
151 |
-
|
|
152 |
-
|
|
153 |
-
| extra_categorical_covs
|
154 |
-
| extra_continuous_covs
|
155 |
-
|
|
156 |
-
|
|
157 |
-
|
|
158 |
-
|
|
159 |
-
|
|
160 |
|
161 |
- **Data is Minified**: False
|
162 |
|
@@ -165,16 +165,16 @@ Registry elements for AnnData manager:
|
|
165 |
<details>
|
166 |
<summary><strong>Summary Statistics</strong></summary>
|
167 |
|
168 |
-
|
|
169 |
|--------------------------|-------|
|
170 |
-
|
|
171 |
-
|
|
172 |
-
| n_extra_categorical_covs
|
173 |
-
| n_extra_continuous_covs
|
174 |
-
|
|
175 |
-
|
|
176 |
-
|
|
177 |
-
|
|
178 |
|
179 |
</details>
|
180 |
|
|
|
51 |
|
52 |
| Metric | Training Value | Validation Value |
|
53 |
|-------------------------|----------------|------------------|
|
54 |
+
| Mean Absolute Error | 0.89 | 0.95 |
|
55 |
+
| Pearson Correlation | 0.79 | 0.76 |
|
56 |
+
| Spearman Correlation | 0.81 | 0.79 |
|
57 |
+
| R² (R-Squared) | 0.43 | 0.29 |
|
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.
|
|
|
63 |
|
64 |
| Metric | Training Value |
|
65 |
|-------------------------|----------------|
|
66 |
+
| Mean Absolute Error | 1.48 |
|
67 |
+
| Pearson Correlation | 0.93 |
|
68 |
+
| Spearman Correlation | 0.99 |
|
69 |
+
| R² (R-Squared) | 0.86 |
|
70 |
|
71 |
</details>
|
72 |
|
|
|
83 |
|
84 |
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
85 |
| --- | --- | --- | --- | --- | --- | --- | --- |
|
86 |
+
| Ventricular_Cardiomyocyte | 0.97 | 0.74 | 0.83 | 0.98 | 0.29 | 0.91 | 5307.00 |
|
87 |
+
| Endothelial | 0.95 | 0.61 | 0.83 | 0.95 | 0.25 | 0.94 | 4109.00 |
|
88 |
+
| Pericytes | 0.97 | 0.85 | 0.68 | 0.93 | 0.18 | 0.86 | 3204.00 |
|
89 |
+
| Fibroblast | 0.96 | 0.79 | 0.81 | 0.97 | 0.34 | 0.89 | 2446.00 |
|
90 |
+
| Atrial_Cardiomyocyte | 0.97 | 1.28 | 0.79 | 0.93 | 0.34 | 0.84 | 1009.00 |
|
91 |
+
| Myeloid | 0.95 | 1.69 | 0.69 | 0.93 | 0.39 | 0.90 | 957.00 |
|
92 |
+
| Lymphoid | 0.97 | 2.34 | 0.66 | 0.89 | 0.30 | 0.85 | 653.00 |
|
93 |
+
| Smooth_muscle_cells | 0.94 | 2.54 | 0.64 | 0.83 | 0.32 | 0.80 | 641.00 |
|
94 |
+
| Neuronal | 0.87 | 4.03 | 0.61 | 0.68 | 0.37 | 0.68 | 153.00 |
|
95 |
+
| Adipocytes | 0.91 | 2.53 | 0.75 | 0.86 | 0.46 | 0.79 | 145.00 |
|
96 |
+
| Mesothelial | 0.61 | 6.27 | 0.57 | 0.55 | 0.36 | 0.65 | 17.00 |
|
97 |
|
98 |
</details>
|
99 |
|
|
|
146 |
<summary><strong>Data Registry</strong></summary>
|
147 |
|
148 |
Registry elements for AnnData manager:
|
149 |
+
| Registry Key | scvi-tools Location |
|
150 |
+
|--------------------------|--------------------------------------|
|
151 |
+
| X | adata.layers['counts'] |
|
152 |
+
| batch | adata.obs['_scvi_batch'] |
|
153 |
+
| extra_categorical_covs | adata.obsm['_scvi_extra_categorical_covs'] |
|
154 |
+
| extra_continuous_covs | adata.obsm['_scvi_extra_continuous_covs'] |
|
155 |
+
| labels | adata.obs['_scvi_labels'] |
|
156 |
+
| latent_qzm | adata.obsm['scvi_latent_qzm'] |
|
157 |
+
| latent_qzv | adata.obsm['scvi_latent_qzv'] |
|
158 |
+
| minify_type | adata.uns['_scvi_adata_minify_type'] |
|
159 |
+
| observed_lib_size | adata.obs['observed_lib_size'] |
|
160 |
|
161 |
- **Data is Minified**: False
|
162 |
|
|
|
165 |
<details>
|
166 |
<summary><strong>Summary Statistics</strong></summary>
|
167 |
|
168 |
+
| Summary Stat Key | Value |
|
169 |
|--------------------------|-------|
|
170 |
+
| n_batch | 1 |
|
171 |
+
| n_cells | 18641 |
|
172 |
+
| n_extra_categorical_covs | 2 |
|
173 |
+
| n_extra_continuous_covs | 2 |
|
174 |
+
| n_labels | 1 |
|
175 |
+
| n_latent_qzm | 10 |
|
176 |
+
| n_latent_qzv | 10 |
|
177 |
+
| n_vars | 1200 |
|
178 |
|
179 |
</details>
|
180 |
|