canergen commited on
Commit
a7af66c
1 Parent(s): 4ff625c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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 | 0.96 | 1.07 |
55
- | Pearson Correlation | 0.81 | 0.77 |
56
  | Spearman Correlation | 0.82 | 0.79 |
57
- | R² (R-Squared) | 0.58 | 0.46 |
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 | 14.52 |
67
  | Pearson Correlation | 0.70 |
68
- | Spearman Correlation | 0.73 |
69
- | R² (R-Squared) | -1.17 |
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.96 | 0.48 | 0.80 | 0.98 | 0.40 | 0.93 | 7205.00 |
87
- | cardiac endothelial cell | 0.98 | 1.16 | 0.62 | 0.93 | 0.31 | 0.90 | 2665.00 |
88
- | hepatocyte | 0.88 | 0.74 | 0.69 | 0.97 | 0.64 | 0.94 | 1089.00 |
89
- | fibroblast of cardiac tissue | 0.89 | 2.83 | 0.70 | 0.83 | 0.26 | 0.79 | 250.00 |
90
- | smooth muscle cell | 0.90 | 3.32 | 0.65 | 0.73 | 0.25 | 0.81 | 222.00 |
91
- | macrophage | 0.71 | 4.85 | 0.52 | 0.60 | 0.35 | 0.71 | 74.00 |
92
 
93
  </details>
94
 
 
51
 
52
  | Metric | Training Value | Validation Value |
53
  |-------------------------|----------------|------------------|
54
+ | Mean Absolute Error | 0.96 | 1.06 |
55
+ | Pearson Correlation | 0.80 | 0.77 |
56
  | Spearman Correlation | 0.82 | 0.79 |
57
+ | R² (R-Squared) | 0.56 | 0.48 |
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 | 14.71 |
67
  | Pearson Correlation | 0.70 |
68
+ | Spearman Correlation | 0.72 |
69
+ | R² (R-Squared) | -1.29 |
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.95 | 0.48 | 0.81 | 0.98 | 0.41 | 0.93 | 7205.00 |
87
+ | cardiac endothelial cell | 0.98 | 1.11 | 0.67 | 0.94 | 0.31 | 0.90 | 2665.00 |
88
+ | hepatocyte | 0.88 | 0.74 | 0.68 | 0.96 | 0.64 | 0.94 | 1089.00 |
89
+ | fibroblast of cardiac tissue | 0.89 | 3.17 | 0.64 | 0.82 | 0.27 | 0.80 | 250.00 |
90
+ | smooth muscle cell | 0.89 | 3.27 | 0.66 | 0.74 | 0.24 | 0.81 | 222.00 |
91
+ | macrophage | 0.72 | 4.77 | 0.53 | 0.61 | 0.35 | 0.71 | 74.00 |
92
 
93
  </details>
94