canergen commited on
Commit
1f653dc
1 Parent(s): e032efa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -39
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 | 1.24 | 1.31 |
55
- | Pearson Correlation | 0.52 | 0.49 |
56
- | Spearman Correlation | 0.58 | 0.56 |
57
- | R² (R-Squared) | -0.84 | -0.95 |
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 | 2.67 |
67
- | Pearson Correlation | 0.85 |
68
- | Spearman Correlation | 0.95 |
69
- | R² (R-Squared) | 0.03 |
70
 
71
  </details>
72
 
@@ -83,17 +83,17 @@ cell-type.
83
 
84
  | Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
85
  | --- | --- | --- | --- | --- | --- | --- | --- |
86
- | Ventricular_Cardiomyocyte | 0.96 | 1.33 | 0.65 | 0.96 | 0.29 | 0.91 | 5307.00 |
87
- | Endothelial | 0.93 | 0.89 | 0.64 | 0.91 | 0.26 | 0.94 | 4109.00 |
88
- | Pericytes | 0.94 | 1.08 | 0.48 | 0.85 | 0.22 | 0.87 | 3204.00 |
89
- | Fibroblast | 0.94 | 1.38 | 0.60 | 0.91 | 0.36 | 0.90 | 2446.00 |
90
- | Atrial_Cardiomyocyte | 0.95 | 2.28 | 0.49 | 0.84 | 0.38 | 0.84 | 1009.00 |
91
- | Myeloid | 0.90 | 2.24 | 0.53 | 0.87 | 0.40 | 0.90 | 957.00 |
92
- | Lymphoid | 0.92 | 3.25 | 0.47 | 0.76 | 0.31 | 0.85 | 653.00 |
93
- | Smooth_muscle_cells | 0.84 | 2.98 | 0.51 | 0.73 | 0.36 | 0.81 | 641.00 |
94
- | Neuronal | 0.51 | 5.32 | 0.44 | 0.46 | 0.38 | 0.67 | 153.00 |
95
- | Adipocytes | 0.77 | 4.52 | 0.52 | 0.72 | 0.52 | 0.80 | 145.00 |
96
- | Mesothelial | 0.29 | 10.24 | 0.30 | 0.20 | 0.39 | 0.64 | 17.00 |
97
 
98
  </details>
99
 
@@ -146,17 +146,17 @@ Arguments passed to setup_anndata of the original model:
146
  <summary><strong>Data Registry</strong></summary>
147
 
148
  Registry elements for AnnData manager:
149
- | Registry Key | scvi-tools Location |
150
- |------------------------|--------------------------------------------|
151
- | X | adata.layers['counts'] |
152
- | batch | adata.obs['_scvi_batch'] |
153
- | extra_categorical_covs | adata.obsm['_scvi_extra_categorical_covs'] |
154
- | extra_continuous_covs | adata.obsm['_scvi_extra_continuous_covs'] |
155
- | labels | adata.obs['_scvi_labels'] |
156
- | latent_qzm | adata.obsm['scvi_latent_qzm'] |
157
- | latent_qzv | adata.obsm['scvi_latent_qzv'] |
158
- | minify_type | adata.uns['_scvi_adata_minify_type'] |
159
- | observed_lib_size | adata.obs['observed_lib_size'] |
160
 
161
  - **Data is Minified**: False
162
 
@@ -165,16 +165,16 @@ Registry elements for AnnData manager:
165
  <details>
166
  <summary><strong>Summary Statistics</strong></summary>
167
 
168
- | Summary Stat Key | Value |
169
  |--------------------------|-------|
170
- | n_batch | 1 |
171
- | n_cells | 18641 |
172
- | n_extra_categorical_covs | 2 |
173
- | n_extra_continuous_covs | 2 |
174
- | n_labels | 1 |
175
- | n_latent_qzm | 10 |
176
- | n_latent_qzv | 10 |
177
- | n_vars | 1200 |
178
 
179
  </details>
180
 
 
51
 
52
  | Metric | Training Value | Validation Value |
53
  |-------------------------|----------------|------------------|
54
+ | Mean Absolute Error | 0.89 | 0.95 |
55
+ | Pearson Correlation | 0.79 | 0.76 |
56
+ | Spearman Correlation | 0.81 | 0.79 |
57
+ | R² (R-Squared) | 0.43 | 0.29 |
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 | 1.48 |
67
+ | Pearson Correlation | 0.93 |
68
+ | Spearman Correlation | 0.99 |
69
+ | R² (R-Squared) | 0.86 |
70
 
71
  </details>
72
 
 
83
 
84
  | Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
85
  | --- | --- | --- | --- | --- | --- | --- | --- |
86
+ | Ventricular_Cardiomyocyte | 0.97 | 0.74 | 0.83 | 0.98 | 0.29 | 0.91 | 5307.00 |
87
+ | Endothelial | 0.95 | 0.61 | 0.83 | 0.95 | 0.25 | 0.94 | 4109.00 |
88
+ | Pericytes | 0.97 | 0.85 | 0.68 | 0.93 | 0.18 | 0.86 | 3204.00 |
89
+ | Fibroblast | 0.96 | 0.79 | 0.81 | 0.97 | 0.34 | 0.89 | 2446.00 |
90
+ | Atrial_Cardiomyocyte | 0.97 | 1.28 | 0.79 | 0.93 | 0.34 | 0.84 | 1009.00 |
91
+ | Myeloid | 0.95 | 1.69 | 0.69 | 0.93 | 0.39 | 0.90 | 957.00 |
92
+ | Lymphoid | 0.97 | 2.34 | 0.66 | 0.89 | 0.30 | 0.85 | 653.00 |
93
+ | Smooth_muscle_cells | 0.94 | 2.54 | 0.64 | 0.83 | 0.32 | 0.80 | 641.00 |
94
+ | Neuronal | 0.87 | 4.03 | 0.61 | 0.68 | 0.37 | 0.68 | 153.00 |
95
+ | Adipocytes | 0.91 | 2.53 | 0.75 | 0.86 | 0.46 | 0.79 | 145.00 |
96
+ | Mesothelial | 0.61 | 6.27 | 0.57 | 0.55 | 0.36 | 0.65 | 17.00 |
97
 
98
  </details>
99
 
 
146
  <summary><strong>Data Registry</strong></summary>
147
 
148
  Registry elements for AnnData manager:
149
+ | Registry Key | scvi-tools Location |
150
+ |--------------------------|--------------------------------------|
151
+ | X | adata.layers['counts'] |
152
+ | batch | adata.obs['_scvi_batch'] |
153
+ | extra_categorical_covs | adata.obsm['_scvi_extra_categorical_covs'] |
154
+ | extra_continuous_covs | adata.obsm['_scvi_extra_continuous_covs'] |
155
+ | labels | adata.obs['_scvi_labels'] |
156
+ | latent_qzm | adata.obsm['scvi_latent_qzm'] |
157
+ | latent_qzv | adata.obsm['scvi_latent_qzv'] |
158
+ | minify_type | adata.uns['_scvi_adata_minify_type'] |
159
+ | observed_lib_size | adata.obs['observed_lib_size'] |
160
 
161
  - **Data is Minified**: False
162
 
 
165
  <details>
166
  <summary><strong>Summary Statistics</strong></summary>
167
 
168
+ | Summary Stat Key | Value |
169
  |--------------------------|-------|
170
+ | n_batch | 1 |
171
+ | n_cells | 18641 |
172
+ | n_extra_categorical_covs | 2 |
173
+ | n_extra_continuous_covs | 2 |
174
+ | n_labels | 1 |
175
+ | n_latent_qzm | 10 |
176
+ | n_latent_qzv | 10 |
177
+ | n_vars | 1200 |
178
 
179
  </details>
180