Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -49,14 +49,24 @@ space might still be useful for analysis.
|
|
49 |
|
50 |
**Cell-wise Coefficient of Variation**:
|
51 |
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
The gene-wise coefficient of variation summarizes how well variation between different genes is
|
55 |
preserved by the generated model expression. This value is usually quite high.
|
56 |
|
57 |
**Gene-wise Coefficient of Variation**:
|
58 |
|
59 |
-
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
</details>
|
62 |
|
@@ -71,7 +81,14 @@ cell-type.
|
|
71 |
|
72 |
**Differential expression**:
|
73 |
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
</details>
|
77 |
|
@@ -121,15 +138,15 @@ Arguments passed to setup_anndata of the original model:
|
|
121 |
<summary><strong>Data Registry</strong></summary>
|
122 |
|
123 |
Registry elements for AnnData manager:
|
124 |
-
|
125 |
|-------------------|--------------------------------------|
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
|
134 |
- **Data is Minified**: False
|
135 |
|
@@ -138,16 +155,16 @@ Registry elements for AnnData manager:
|
|
138 |
<details>
|
139 |
<summary><strong>Summary Statistics</strong></summary>
|
140 |
|
141 |
-
|
142 |
|--------------------------|-------|
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
|
152 |
</details>
|
153 |
|
|
|
49 |
|
50 |
**Cell-wise Coefficient of Variation**:
|
51 |
|
52 |
+
| Metric | Training Value | Validation Value |
|
53 |
+
|-------------------------|----------------|------------------|
|
54 |
+
| Mean Absolute Error | 0.97 | 1.06 |
|
55 |
+
| Pearson Correlation | 0.80 | 0.76 |
|
56 |
+
| Spearman Correlation | 0.81 | 0.79 |
|
57 |
+
| R² (R-Squared) | 0.55 | 0.45 |
|
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 | 14.44 |
|
67 |
+
| Pearson Correlation | 0.71 |
|
68 |
+
| Spearman Correlation | 0.73 |
|
69 |
+
| R² (R-Squared) | -1.12 |
|
70 |
|
71 |
</details>
|
72 |
|
|
|
81 |
|
82 |
**Differential expression**:
|
83 |
|
84 |
+
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
85 |
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
86 |
+
| cardiac muscle cell | 0.95 | 0.48 | 0.81 | 0.98 | 0.40 | 0.93 | 7205.00 |
|
87 |
+
| cardiac endothelial cell | 0.98 | 1.15 | 0.63 | 0.94 | 0.31 | 0.90 | 2665.00 |
|
88 |
+
| hepatocyte | 0.88 | 0.76 | 0.69 | 0.96 | 0.64 | 0.94 | 1089.00 |
|
89 |
+
| fibroblast of cardiac tissue | 0.87 | 3.11 | 0.65 | 0.82 | 0.27 | 0.80 | 250.00 |
|
90 |
+
| smooth muscle cell | 0.88 | 3.64 | 0.60 | 0.71 | 0.24 | 0.81 | 222.00 |
|
91 |
+
| macrophage | 0.72 | 4.45 | 0.56 | 0.62 | 0.35 | 0.71 | 74.00 |
|
92 |
|
93 |
</details>
|
94 |
|
|
|
138 |
<summary><strong>Data Registry</strong></summary>
|
139 |
|
140 |
Registry elements for AnnData manager:
|
141 |
+
| Registry Key | scvi-tools Location |
|
142 |
|-------------------|--------------------------------------|
|
143 |
+
| X | adata.X |
|
144 |
+
| batch | adata.obs['_scvi_batch'] |
|
145 |
+
| labels | adata.obs['_scvi_labels'] |
|
146 |
+
| latent_qzm | adata.obsm['scvi_latent_qzm'] |
|
147 |
+
| latent_qzv | adata.obsm['scvi_latent_qzv'] |
|
148 |
+
| minify_type | adata.uns['_scvi_adata_minify_type'] |
|
149 |
+
| observed_lib_size | adata.obs['observed_lib_size'] |
|
150 |
|
151 |
- **Data is Minified**: False
|
152 |
|
|
|
155 |
<details>
|
156 |
<summary><strong>Summary Statistics</strong></summary>
|
157 |
|
158 |
+
| Summary Stat Key | Value |
|
159 |
|--------------------------|-------|
|
160 |
+
| n_batch | 2 |
|
161 |
+
| n_cells | 11505 |
|
162 |
+
| n_extra_categorical_covs | 0 |
|
163 |
+
| n_extra_continuous_covs | 0 |
|
164 |
+
| n_labels | 6 |
|
165 |
+
| n_latent_qzm | 20 |
|
166 |
+
| n_latent_qzv | 20 |
|
167 |
+
| n_vars | 3000 |
|
168 |
|
169 |
</details>
|
170 |
|