Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -54,10 +54,10 @@ space might still be useful for analysis.
|
|
54 |
|
55 |
| Metric | Training Value | Validation Value |
|
56 |
|-------------------------|----------------|------------------|
|
57 |
-
| Mean Absolute Error | 0.
|
58 |
-
| Pearson Correlation | 0.
|
59 |
-
| Spearman Correlation | 0.82 | 0.
|
60 |
-
| R² (R-Squared) | 0.
|
61 |
|
62 |
The gene-wise coefficient of variation summarizes how well variation between different genes is
|
63 |
preserved by the generated model expression. This value is usually quite high.
|
@@ -66,10 +66,10 @@ preserved by the generated model expression. This value is usually quite high.
|
|
66 |
|
67 |
| Metric | Training Value |
|
68 |
|-------------------------|----------------|
|
69 |
-
| Mean Absolute Error | 13.
|
70 |
| Pearson Correlation | 0.73 |
|
71 |
| Spearman Correlation | 0.76 |
|
72 |
-
| R² (R-Squared) | -0.
|
73 |
|
74 |
</details>
|
75 |
|
@@ -86,12 +86,12 @@ cell-type.
|
|
86 |
|
87 |
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
88 |
| --- | --- | --- | --- | --- | --- | --- | --- |
|
89 |
-
| cardiac muscle cell | 0.
|
90 |
-
| cardiac endothelial cell | 0.98 | 1.
|
91 |
-
| hepatocyte | 0.
|
92 |
-
| fibroblast of cardiac tissue | 0.
|
93 |
-
| smooth muscle cell | 0.
|
94 |
-
| macrophage | 0.
|
95 |
|
96 |
</details>
|
97 |
|
|
|
54 |
|
55 |
| Metric | Training Value | Validation Value |
|
56 |
|-------------------------|----------------|------------------|
|
57 |
+
| Mean Absolute Error | 0.97 | 1.02 |
|
58 |
+
| Pearson Correlation | 0.81 | 0.79 |
|
59 |
+
| Spearman Correlation | 0.82 | 0.80 |
|
60 |
+
| R² (R-Squared) | 0.58 | 0.57 |
|
61 |
|
62 |
The gene-wise coefficient of variation summarizes how well variation between different genes is
|
63 |
preserved by the generated model expression. This value is usually quite high.
|
|
|
66 |
|
67 |
| Metric | Training Value |
|
68 |
|-------------------------|----------------|
|
69 |
+
| Mean Absolute Error | 13.47 |
|
70 |
| Pearson Correlation | 0.73 |
|
71 |
| Spearman Correlation | 0.76 |
|
72 |
+
| R² (R-Squared) | -0.68 |
|
73 |
|
74 |
</details>
|
75 |
|
|
|
86 |
|
87 |
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
88 |
| --- | --- | --- | --- | --- | --- | --- | --- |
|
89 |
+
| cardiac muscle cell | 0.96 | 0.50 | 0.81 | 0.98 | 0.41 | 0.93 | 7205.00 |
|
90 |
+
| cardiac endothelial cell | 0.98 | 1.17 | 0.65 | 0.94 | 0.31 | 0.90 | 2665.00 |
|
91 |
+
| hepatocyte | 0.88 | 0.74 | 0.68 | 0.96 | 0.64 | 0.94 | 1089.00 |
|
92 |
+
| fibroblast of cardiac tissue | 0.88 | 2.87 | 0.69 | 0.84 | 0.26 | 0.79 | 250.00 |
|
93 |
+
| smooth muscle cell | 0.88 | 3.52 | 0.63 | 0.76 | 0.24 | 0.81 | 222.00 |
|
94 |
+
| macrophage | 0.70 | 4.49 | 0.55 | 0.64 | 0.33 | 0.70 | 74.00 |
|
95 |
|
96 |
</details>
|
97 |
|