canergen commited on
Commit
f830c97
·
verified ·
1 Parent(s): 6aa35c8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -22
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 | 2.28 | 2.26 |
58
- | Pearson Correlation | 0.85 | 0.85 |
59
- | Spearman Correlation | 0.86 | 0.86 |
60
- | R² (R-Squared) | 0.54 | 0.55 |
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,9 +66,9 @@ preserved by the generated model expression. This value is usually quite high.
66
 
67
  | Metric | Training Value |
68
  |-------------------------|----------------|
69
- | Mean Absolute Error | 12.58 |
70
- | Pearson Correlation | 0.61 |
71
- | Spearman Correlation | 0.68 |
72
  | R² (R-Squared) | -0.87 |
73
 
74
  </details>
@@ -86,20 +86,20 @@ cell-type.
86
 
87
  | Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
88
  | --- | --- | --- | --- | --- | --- | --- | --- |
89
- | neutrophil | 0.94 | 2.13 | 0.68 | 0.89 | 0.18 | 0.84 | 2911.00 |
90
- | CD4-positive, alpha-beta T cell | 0.93 | 1.95 | 0.62 | 0.91 | 0.34 | 0.79 | 2025.00 |
91
- | monocyte | 0.88 | 1.76 | 0.65 | 0.90 | 0.39 | 0.78 | 1389.00 |
92
- | CD8-positive, alpha-beta T cell | 0.87 | 3.04 | 0.55 | 0.84 | 0.32 | 0.74 | 1147.00 |
93
- | granulocyte | 0.77 | 2.38 | 0.64 | 0.89 | 0.45 | 0.83 | 853.00 |
94
- | plasma cell | 0.79 | 2.25 | 0.73 | 0.92 | 0.19 | 0.85 | 825.00 |
95
- | erythroid progenitor cell | 0.59 | 2.34 | 0.70 | 0.93 | 0.48 | 0.89 | 757.00 |
96
- | mature NK T cell | 0.78 | 3.76 | 0.58 | 0.78 | 0.33 | 0.69 | 678.00 |
97
- | hematopoietic stem cell | 0.90 | 2.20 | 0.67 | 0.89 | 0.53 | 0.85 | 617.00 |
98
- | memory B cell | 0.87 | 4.15 | 0.61 | 0.72 | 0.32 | 0.69 | 310.00 |
99
- | common myeloid progenitor | 0.70 | 2.72 | 0.70 | 0.89 | 0.55 | 0.88 | 287.00 |
100
- | macrophage | 0.85 | 4.31 | 0.64 | 0.71 | 0.34 | 0.78 | 265.00 |
101
- | naive B cell | 0.88 | 5.38 | 0.59 | 0.67 | 0.26 | 0.66 | 142.00 |
102
- | erythrocyte | 0.90 | 4.94 | 0.57 | 0.52 | 0.31 | 0.90 | 87.00 |
103
 
104
  </details>
105
 
@@ -194,7 +194,7 @@ scvi-tools documentation for details. -->
194
  If provided by the original uploader, for those interested in understanding or replicating the
195
  training process, the code is available at the link below.
196
 
197
- **Training Code URL**: Not provided by uploader
198
 
199
  </details>
200
 
 
54
 
55
  | Metric | Training Value | Validation Value |
56
  |-------------------------|----------------|------------------|
57
+ | Mean Absolute Error | 2.29 | 2.31 |
58
+ | Pearson Correlation | 0.85 | 0.84 |
59
+ | Spearman Correlation | 0.86 | 0.85 |
60
+ | R² (R-Squared) | 0.54 | 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 | 12.66 |
70
+ | Pearson Correlation | 0.62 |
71
+ | Spearman Correlation | 0.69 |
72
  | R² (R-Squared) | -0.87 |
73
 
74
  </details>
 
86
 
87
  | Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
88
  | --- | --- | --- | --- | --- | --- | --- | --- |
89
+ | neutrophil | 0.94 | 1.88 | 0.72 | 0.90 | 0.18 | 0.84 | 2911.00 |
90
+ | CD4-positive, alpha-beta T cell | 0.94 | 2.03 | 0.59 | 0.90 | 0.33 | 0.79 | 2025.00 |
91
+ | monocyte | 0.89 | 1.68 | 0.68 | 0.90 | 0.39 | 0.77 | 1389.00 |
92
+ | CD8-positive, alpha-beta T cell | 0.87 | 2.92 | 0.59 | 0.86 | 0.32 | 0.74 | 1147.00 |
93
+ | granulocyte | 0.78 | 2.44 | 0.61 | 0.89 | 0.45 | 0.83 | 853.00 |
94
+ | plasma cell | 0.80 | 2.29 | 0.72 | 0.92 | 0.19 | 0.85 | 825.00 |
95
+ | erythroid progenitor cell | 0.61 | 2.36 | 0.70 | 0.92 | 0.49 | 0.89 | 757.00 |
96
+ | mature NK T cell | 0.80 | 3.67 | 0.59 | 0.79 | 0.33 | 0.69 | 678.00 |
97
+ | hematopoietic stem cell | 0.87 | 2.24 | 0.66 | 0.89 | 0.53 | 0.85 | 617.00 |
98
+ | memory B cell | 0.85 | 4.27 | 0.59 | 0.71 | 0.32 | 0.69 | 310.00 |
99
+ | common myeloid progenitor | 0.76 | 2.67 | 0.71 | 0.90 | 0.54 | 0.88 | 287.00 |
100
+ | macrophage | 0.87 | 4.32 | 0.64 | 0.70 | 0.34 | 0.78 | 265.00 |
101
+ | naive B cell | 0.91 | 5.25 | 0.60 | 0.67 | 0.26 | 0.66 | 142.00 |
102
+ | erythrocyte | 0.91 | 4.97 | 0.57 | 0.52 | 0.31 | 0.90 | 87.00 |
103
 
104
  </details>
105
 
 
194
  If provided by the original uploader, for those interested in understanding or replicating the
195
  training process, the code is available at the link below.
196
 
197
+ **Training Code URL**: https://github.com/YosefLab/scvi-hub-models/blob/main/src/scvi_hub_models/TS_train_all_tissues.ipynb
198
 
199
  </details>
200