canergen commited on
Commit
6164794
·
verified ·
1 Parent(s): 82d51ff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -53,8 +53,8 @@ space might still be useful for analysis.
53
  |-------------------------|----------------|------------------|
54
  | Mean Absolute Error | 3.08 | 3.02 |
55
  | Pearson Correlation | 0.70 | 0.72 |
56
- | Spearman Correlation | 0.73 | 0.74 |
57
- | R² (R-Squared) | 0.24 | 0.30 |
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.93 |
67
  | Pearson Correlation | 0.67 |
68
  | Spearman Correlation | 0.71 |
69
- | R² (R-Squared) | -53.52 |
70
 
71
  </details>
72
 
@@ -83,20 +83,20 @@ cell-type.
83
 
84
  | Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
85
  | --- | --- | --- | --- | --- | --- | --- | --- |
86
- | neutrophil | 0.91 | 4.04 | 0.13 | 0.41 | 0.31 | 0.87 | 2911.00 |
87
- | CD4-positive, alpha-beta T cell | 0.87 | 3.13 | 0.21 | 0.49 | 0.45 | 0.82 | 2025.00 |
88
- | monocyte | 0.86 | 2.86 | 0.19 | 0.48 | 0.44 | 0.77 | 1389.00 |
89
- | CD8-positive, alpha-beta T cell | 0.74 | 4.35 | 0.13 | 0.43 | 0.42 | 0.77 | 1147.00 |
90
- | granulocyte | 0.68 | 3.71 | 0.24 | 0.51 | 0.56 | 0.86 | 853.00 |
91
- | plasma cell | 0.76 | 4.57 | 0.14 | 0.26 | 0.33 | 0.88 | 825.00 |
92
- | erythroid progenitor cell | 0.75 | 4.11 | 0.28 | 0.60 | 0.57 | 0.91 | 757.00 |
93
- | mature NK T cell | 0.59 | 5.68 | 0.16 | 0.28 | 0.44 | 0.72 | 678.00 |
94
- | hematopoietic stem cell | 0.72 | 3.67 | 0.19 | 0.40 | 0.54 | 0.83 | 617.00 |
95
- | memory B cell | 0.54 | 6.93 | 0.23 | 0.23 | 0.43 | 0.72 | 310.00 |
96
- | common myeloid progenitor | 0.82 | 4.82 | 0.21 | 0.53 | 0.62 | 0.90 | 287.00 |
97
- | macrophage | 0.67 | 7.70 | 0.33 | 0.38 | 0.42 | 0.81 | 265.00 |
98
- | naive B cell | 0.50 | 8.79 | 0.24 | 0.18 | 0.42 | 0.72 | 142.00 |
99
- | erythrocyte | 0.51 | 10.76 | 0.27 | 0.14 | 0.44 | 0.93 | 87.00 |
100
 
101
  </details>
102
 
 
53
  |-------------------------|----------------|------------------|
54
  | Mean Absolute Error | 3.08 | 3.02 |
55
  | Pearson Correlation | 0.70 | 0.72 |
56
+ | Spearman Correlation | 0.72 | 0.73 |
57
+ | R² (R-Squared) | 0.25 | 0.28 |
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.94 |
67
  | Pearson Correlation | 0.67 |
68
  | Spearman Correlation | 0.71 |
69
+ | R² (R-Squared) | -54.23 |
70
 
71
  </details>
72
 
 
83
 
84
  | Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
85
  | --- | --- | --- | --- | --- | --- | --- | --- |
86
+ | neutrophil | 0.90 | 4.02 | 0.13 | 0.39 | 0.32 | 0.87 | 2911.00 |
87
+ | CD4-positive, alpha-beta T cell | 0.87 | 3.14 | 0.21 | 0.49 | 0.45 | 0.82 | 2025.00 |
88
+ | monocyte | 0.84 | 2.84 | 0.22 | 0.49 | 0.44 | 0.77 | 1389.00 |
89
+ | CD8-positive, alpha-beta T cell | 0.75 | 4.40 | 0.12 | 0.42 | 0.42 | 0.76 | 1147.00 |
90
+ | granulocyte | 0.69 | 3.71 | 0.24 | 0.53 | 0.55 | 0.86 | 853.00 |
91
+ | plasma cell | 0.75 | 4.56 | 0.14 | 0.26 | 0.34 | 0.88 | 825.00 |
92
+ | erythroid progenitor cell | 0.74 | 4.12 | 0.29 | 0.61 | 0.57 | 0.91 | 757.00 |
93
+ | mature NK T cell | 0.59 | 5.74 | 0.14 | 0.27 | 0.44 | 0.72 | 678.00 |
94
+ | hematopoietic stem cell | 0.73 | 3.70 | 0.17 | 0.41 | 0.54 | 0.83 | 617.00 |
95
+ | memory B cell | 0.52 | 6.95 | 0.22 | 0.20 | 0.43 | 0.72 | 310.00 |
96
+ | common myeloid progenitor | 0.83 | 4.78 | 0.23 | 0.53 | 0.62 | 0.90 | 287.00 |
97
+ | macrophage | 0.69 | 7.61 | 0.34 | 0.37 | 0.44 | 0.81 | 265.00 |
98
+ | naive B cell | 0.46 | 8.94 | 0.22 | 0.16 | 0.45 | 0.73 | 142.00 |
99
+ | erythrocyte | 0.50 | 10.99 | 0.25 | 0.13 | 0.45 | 0.93 | 87.00 |
100
 
101
  </details>
102