Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -52,9 +52,9 @@ space might still be useful for analysis.
|
|
52 |
| Metric | Training Value | Validation Value |
|
53 |
|-------------------------|----------------|------------------|
|
54 |
| Mean Absolute Error | 1.38 | 1.44 |
|
55 |
-
| Pearson Correlation | 0.68 | 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 | 25.
|
67 |
| Pearson Correlation | 0.23 |
|
68 |
| Spearman Correlation | 0.14 |
|
69 |
-
| R² (R-Squared) | -27.
|
70 |
|
71 |
</details>
|
72 |
|
@@ -83,12 +83,12 @@ cell-type.
|
|
83 |
|
84 |
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
85 |
| --- | --- | --- | --- | --- | --- | --- | --- |
|
86 |
-
| cardiac muscle cell | 0.
|
87 |
-
| cardiac endothelial cell | 0.
|
88 |
-
| hepatocyte | 0.
|
89 |
-
| fibroblast of cardiac tissue | 0.
|
90 |
-
| smooth muscle cell | 0.
|
91 |
-
| macrophage | 0.
|
92 |
|
93 |
</details>
|
94 |
|
|
|
52 |
| Metric | Training Value | Validation Value |
|
53 |
|-------------------------|----------------|------------------|
|
54 |
| Mean Absolute Error | 1.38 | 1.44 |
|
55 |
+
| Pearson Correlation | 0.68 | 0.70 |
|
56 |
+
| Spearman Correlation | 0.70 | 0.71 |
|
57 |
+
| R² (R-Squared) | -0.08 | -0.18 |
|
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 | 25.80 |
|
67 |
| Pearson Correlation | 0.23 |
|
68 |
| Spearman Correlation | 0.14 |
|
69 |
+
| R² (R-Squared) | -27.71 |
|
70 |
|
71 |
</details>
|
72 |
|
|
|
83 |
|
84 |
| Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
|
85 |
| --- | --- | --- | --- | --- | --- | --- | --- |
|
86 |
+
| cardiac muscle cell | 0.90 | 0.98 | 0.62 | 0.89 | 0.45 | 0.94 | 7205.00 |
|
87 |
+
| cardiac endothelial cell | 0.94 | 1.70 | 0.45 | 0.77 | 0.35 | 0.91 | 2665.00 |
|
88 |
+
| hepatocyte | 0.79 | 1.40 | 0.33 | 0.73 | 0.61 | 0.93 | 1089.00 |
|
89 |
+
| fibroblast of cardiac tissue | 0.80 | 5.55 | 0.10 | 0.29 | 0.40 | 0.83 | 250.00 |
|
90 |
+
| smooth muscle cell | 0.48 | 5.37 | 0.36 | 0.31 | 0.38 | 0.85 | 222.00 |
|
91 |
+
| macrophage | 0.08 | 6.78 | 0.10 | 0.08 | 0.44 | 0.72 | 74.00 |
|
92 |
|
93 |
</details>
|
94 |
|