canergen commited on
Commit
abac23d
1 Parent(s): 35d4134

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -20
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.40 | 2.45 |
58
- | Pearson Correlation | 0.72 | 0.74 |
59
  | Spearman Correlation | 0.69 | 0.71 |
60
- | R² (R-Squared) | 0.25 | 0.33 |
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 | 15.84 |
70
  | Pearson Correlation | 0.62 |
71
  | Spearman Correlation | 0.65 |
72
- | R² (R-Squared) | -1.46 |
73
 
74
  </details>
75
 
@@ -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
- | luminal epithelial cell of mammary gland | 0.93 | 0.66 | 0.73 | 0.97 | 0.47 | 0.91 | 5378.00 |
90
- | T cell | 0.92 | 2.04 | 0.59 | 0.82 | 0.19 | 0.83 | 2324.00 |
91
- | fibroblast of breast | 0.91 | 1.18 | 0.72 | 0.94 | 0.44 | 0.89 | 2066.00 |
92
- | basal cell | 0.90 | 2.99 | 0.62 | 0.77 | 0.33 | 0.72 | 476.00 |
93
- | vein endothelial cell | 0.89 | 3.19 | 0.67 | 0.81 | 0.38 | 0.79 | 263.00 |
94
- | macrophage | 0.80 | 3.49 | 0.62 | 0.75 | 0.35 | 0.79 | 219.00 |
95
- | plasma cell | 0.78 | 3.40 | 0.61 | 0.71 | 0.21 | 0.86 | 194.00 |
96
- | endothelial cell of artery | 0.86 | 3.92 | 0.63 | 0.75 | 0.40 | 0.75 | 168.00 |
97
- | pericyte | 0.85 | 4.57 | 0.60 | 0.63 | 0.37 | 0.71 | 106.00 |
98
- | vascular associated smooth muscle cell | 0.78 | 4.96 | 0.59 | 0.59 | 0.38 | 0.71 | 71.00 |
99
- | B cell | 0.57 | 7.45 | 0.42 | 0.38 | 0.36 | 0.73 | 43.00 |
100
- | endothelial cell of lymphatic vessel | 0.56 | 6.34 | 0.51 | 0.45 | 0.41 | 0.70 | 32.00 |
101
- | mature NK T cell | 0.52 | 5.78 | 0.46 | 0.44 | 0.32 | 0.78 | 19.00 |
102
- | mast cell | 0.30 | 6.66 | 0.40 | 0.34 | 0.41 | 0.76 | 16.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.40 | 2.40 |
58
+ | Pearson Correlation | 0.73 | 0.74 |
59
  | Spearman Correlation | 0.69 | 0.71 |
60
+ | R² (R-Squared) | 0.26 | 0.33 |
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 | 16.01 |
70
  | Pearson Correlation | 0.62 |
71
  | Spearman Correlation | 0.65 |
72
+ | R² (R-Squared) | -1.69 |
73
 
74
  </details>
75
 
 
86
 
87
  | Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
88
  | --- | --- | --- | --- | --- | --- | --- | --- |
89
+ | luminal epithelial cell of mammary gland | 0.91 | 0.61 | 0.82 | 0.97 | 0.47 | 0.91 | 5378.00 |
90
+ | T cell | 0.93 | 1.99 | 0.60 | 0.84 | 0.18 | 0.83 | 2324.00 |
91
+ | fibroblast of breast | 0.90 | 1.17 | 0.73 | 0.94 | 0.44 | 0.89 | 2066.00 |
92
+ | basal cell | 0.92 | 2.63 | 0.67 | 0.80 | 0.31 | 0.72 | 476.00 |
93
+ | vein endothelial cell | 0.85 | 3.26 | 0.65 | 0.80 | 0.39 | 0.79 | 263.00 |
94
+ | macrophage | 0.75 | 3.23 | 0.66 | 0.78 | 0.33 | 0.79 | 219.00 |
95
+ | plasma cell | 0.78 | 3.14 | 0.64 | 0.73 | 0.19 | 0.86 | 194.00 |
96
+ | endothelial cell of artery | 0.82 | 4.08 | 0.61 | 0.74 | 0.40 | 0.75 | 168.00 |
97
+ | pericyte | 0.85 | 4.56 | 0.60 | 0.62 | 0.38 | 0.71 | 106.00 |
98
+ | vascular associated smooth muscle cell | 0.73 | 5.18 | 0.57 | 0.56 | 0.40 | 0.72 | 71.00 |
99
+ | B cell | 0.61 | 7.43 | 0.41 | 0.37 | 0.38 | 0.74 | 43.00 |
100
+ | endothelial cell of lymphatic vessel | 0.63 | 6.07 | 0.53 | 0.48 | 0.39 | 0.70 | 32.00 |
101
+ | mature NK T cell | 0.53 | 6.14 | 0.43 | 0.41 | 0.34 | 0.78 | 19.00 |
102
+ | mast cell | 0.27 | 6.78 | 0.39 | 0.33 | 0.40 | 0.75 | 16.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