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 | 2.
|
55 |
-
| Pearson Correlation | 0.46 | 0.
|
56 |
-
| Spearman Correlation | 0.
|
57 |
-
| R² (R-Squared) | -0.
|
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 | 8.
|
67 |
-
| Pearson Correlation | 0.
|
68 |
| Spearman Correlation | 0.54 |
|
69 |
-
| R² (R-Squared) | -1.
|
70 |
|
71 |
</details>
|
72 |
|
@@ -83,18 +83,18 @@ cell-type.
|
|
83 |
|
84 |
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
85 |
| --- | --- | --- | --- | --- | --- | --- | --- |
|
86 |
-
| macrophage | 0.
|
87 |
-
| monocyte | 0.
|
88 |
-
| endothelial cell of hepatic sinusoid | 0.
|
89 |
-
| mature NK T cell | 0.80 | 3.
|
90 |
-
| neutrophil | 0.
|
91 |
-
| fibroblast | 0.
|
92 |
-
| hepatocyte | 0.
|
93 |
-
| liver dendritic cell | 0.
|
94 |
-
| T cell | 0.
|
95 |
-
| plasma cell | 0.
|
96 |
-
| intrahepatic cholangiocyte | 0.
|
97 |
-
| erythrocyte | 0.
|
98 |
|
99 |
</details>
|
100 |
|
@@ -186,7 +186,7 @@ scvi-tools documentation for details. -->
|
|
186 |
If provided by the original uploader, for those interested in understanding or replicating the
|
187 |
training process, the code is available at the link below.
|
188 |
|
189 |
-
**Training Code URL**:
|
190 |
|
191 |
</details>
|
192 |
|
|
|
51 |
|
52 |
| Metric | Training Value | Validation Value |
|
53 |
|-------------------------|----------------|------------------|
|
54 |
+
| Mean Absolute Error | 2.28 | 2.45 |
|
55 |
+
| Pearson Correlation | 0.46 | 0.36 |
|
56 |
+
| Spearman Correlation | 0.40 | 0.27 |
|
57 |
+
| R² (R-Squared) | -0.35 | -0.49 |
|
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 | 8.84 |
|
67 |
+
| Pearson Correlation | 0.54 |
|
68 |
| Spearman Correlation | 0.54 |
|
69 |
+
| R² (R-Squared) | -1.36 |
|
70 |
|
71 |
</details>
|
72 |
|
|
|
83 |
|
84 |
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
85 |
| --- | --- | --- | --- | --- | --- | --- | --- |
|
86 |
+
| macrophage | 0.91 | 1.32 | 0.54 | 0.92 | 0.27 | 0.76 | 1379.00 |
|
87 |
+
| monocyte | 0.85 | 2.17 | 0.55 | 0.83 | 0.25 | 0.68 | 605.00 |
|
88 |
+
| endothelial cell of hepatic sinusoid | 0.74 | 1.88 | 0.63 | 0.87 | 0.55 | 0.82 | 341.00 |
|
89 |
+
| mature NK T cell | 0.80 | 3.23 | 0.55 | 0.84 | 0.48 | 0.83 | 231.00 |
|
90 |
+
| neutrophil | 0.37 | 4.49 | 0.42 | 0.67 | 0.21 | 0.52 | 81.00 |
|
91 |
+
| fibroblast | 0.67 | 2.83 | 0.64 | 0.83 | 0.54 | 0.77 | 70.00 |
|
92 |
+
| hepatocyte | 0.68 | 4.37 | 0.61 | 0.82 | 0.41 | 0.82 | 67.00 |
|
93 |
+
| liver dendritic cell | 0.44 | 5.47 | 0.52 | 0.46 | 0.35 | 0.47 | 34.00 |
|
94 |
+
| T cell | 0.46 | 8.49 | 0.37 | 0.46 | 0.32 | 0.48 | 20.00 |
|
95 |
+
| plasma cell | 0.50 | 7.16 | 0.47 | 0.44 | 0.34 | 0.56 | 19.00 |
|
96 |
+
| intrahepatic cholangiocyte | 0.52 | 5.43 | 0.59 | 0.73 | 0.40 | 0.57 | 11.00 |
|
97 |
+
| erythrocyte | 0.19 | 10.19 | 0.26 | 0.19 | 0.27 | 0.81 | 2.00 |
|
98 |
|
99 |
</details>
|
100 |
|
|
|
186 |
If provided by the original uploader, for those interested in understanding or replicating the
|
187 |
training process, the code is available at the link below.
|
188 |
|
189 |
+
**Training Code URL**: https://github.com/YosefLab/scvi-hub-models/blob/main/src/scvi_hub_models/TS_train_all_tissues.ipynb
|
190 |
|
191 |
</details>
|
192 |
|