OriKron commited on
Commit
831c3ac
·
verified ·
1 Parent(s): eca2032

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -42
README.md CHANGED
@@ -6,8 +6,8 @@ tags:
6
  - genomics
7
  - single-cell
8
  - model_cls_name:CondSCVI
9
- - scvi_version:1.2.0
10
- - anndata_version:0.11.1
11
  - modality:rna
12
  - tissue:various
13
  - annotated:True
@@ -22,7 +22,7 @@ in the spatial data.
22
 
23
  CondSCVI takes as input a scRNA-seq gene expression matrix with cells and genes as well as a
24
  cell-type annotation for all cells.
25
- We provide an extensive [user guide](https://docs.scvi-tools.org/en/1.2.0/user_guide/models/destvi.html)
26
  for DestVI including a description of CondSCVI.
27
 
28
  - See our original manuscript for further details of the model:
@@ -49,24 +49,14 @@ space might still be useful for analysis.
49
 
50
  **Cell-wise Coefficient of Variation**:
51
 
52
- | Metric | Training Value | Validation Value |
53
- |-------------------------|----------------|------------------|
54
- | Mean Absolute Error | 2.76 | 2.80 |
55
- | Pearson Correlation | 0.84 | 0.84 |
56
- | Spearman Correlation | 0.86 | 0.86 |
57
- | R² (R-Squared) | 0.40 | 0.43 |
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.
61
 
62
  **Gene-wise Coefficient of Variation**:
63
 
64
- | Metric | Training Value |
65
- |-------------------------|----------------|
66
- | Mean Absolute Error | 35.21 |
67
- | Pearson Correlation | 0.19 |
68
- | Spearman Correlation | 0.39 |
69
- | R² (R-Squared) | -17.53 |
70
 
71
  </details>
72
 
@@ -81,21 +71,7 @@ cell-type.
81
 
82
  **Differential expression**:
83
 
84
- | Index | gene_f1 | lfc_mae | lfc_pearson | lfc_spearman | roc_auc | pr_auc | n_cells |
85
- | --- | --- | --- | --- | --- | --- | --- | --- |
86
- | epithelial cell | 0.95 | 1.33 | 0.39 | 0.72 | 0.18 | 0.86 | 6637.00 |
87
- | basal cell of prostate epithelium | 0.87 | 1.47 | 0.32 | 0.58 | 0.57 | 0.90 | 3198.00 |
88
- | CD8-positive, alpha-beta T cell | 0.71 | 4.99 | 0.11 | 0.30 | 0.45 | 0.85 | 1081.00 |
89
- | endothelial cell | 0.72 | 5.19 | 0.34 | 0.45 | 0.57 | 0.86 | 471.00 |
90
- | mature NK T cell | 0.65 | 7.04 | 0.12 | 0.25 | 0.48 | 0.81 | 430.00 |
91
- | macrophage | 0.68 | 6.52 | 0.08 | 0.19 | 0.56 | 0.86 | 317.00 |
92
- | club cell | 0.55 | 3.74 | 0.31 | 0.32 | 0.53 | 0.77 | 290.00 |
93
- | smooth muscle cell | 0.60 | 5.30 | 0.28 | 0.38 | 0.56 | 0.83 | 285.00 |
94
- | fibroblast | 0.51 | 6.64 | 0.27 | 0.20 | 0.53 | 0.80 | 207.00 |
95
- | luminal cell of prostate epithelium | 0.20 | 7.00 | 0.24 | 0.05 | 0.51 | 0.72 | 60.00 |
96
- | erythroid progenitor cell | 0.02 | 8.32 | 0.20 | 0.18 | 0.50 | 0.97 | 52.00 |
97
- | monocyte | 0.42 | 11.62 | 0.19 | 0.35 | 0.49 | 0.74 | 33.00 |
98
- | stromal cell | 0.11 | 10.93 | 0.12 | 0.13 | 0.47 | 0.59 | 32.00 |
99
 
100
  </details>
101
 
@@ -125,9 +101,12 @@ These provide the settings to setup the original model:
125
  Arguments passed to setup_anndata of the original model:
126
  ```json
127
  {
128
- "labels_key": "cell_ontology_class",
129
- "layer": null,
130
- "batch_key": null
 
 
 
131
  }
132
  ```
133
 
@@ -137,10 +116,11 @@ Arguments passed to setup_anndata of the original model:
137
  <summary><strong>Data Registry</strong></summary>
138
 
139
  Registry elements for AnnData manager:
140
- | Registry Key | scvi-tools Location |
141
- |--------------|---------------------------|
142
- | X | adata.X |
143
- | labels | adata.obs['_scvi_labels'] |
 
144
 
145
  - **Data is Minified**: False
146
 
@@ -149,11 +129,12 @@ Registry elements for AnnData manager:
149
  <details>
150
  <summary><strong>Summary Statistics</strong></summary>
151
 
152
- | Summary Stat Key | Value |
153
- |------------------|-------|
154
- | n_cells | 13093 |
155
- | n_labels | 13 |
156
- | n_vars | 3000 |
 
157
 
158
  </details>
159
 
 
6
  - genomics
7
  - single-cell
8
  - model_cls_name:CondSCVI
9
+ - scvi_version:1.4.2
10
+ - anndata_version:0.12.7
11
  - modality:rna
12
  - tissue:various
13
  - annotated:True
 
22
 
23
  CondSCVI takes as input a scRNA-seq gene expression matrix with cells and genes as well as a
24
  cell-type annotation for all cells.
25
+ We provide an extensive [user guide](https://docs.scvi-tools.org/en/stable/user_guide/models/destvi.html)
26
  for DestVI including a description of CondSCVI.
27
 
28
  - See our original manuscript for further details of the model:
 
49
 
50
  **Cell-wise Coefficient of Variation**:
51
 
52
+ Not provided by uploader
 
 
 
 
 
53
 
54
  The gene-wise coefficient of variation summarizes how well variation between different genes is
55
  preserved by the generated model expression. This value is usually quite high.
56
 
57
  **Gene-wise Coefficient of Variation**:
58
 
59
+ Not provided by uploader
 
 
 
 
 
60
 
61
  </details>
62
 
 
71
 
72
  **Differential expression**:
73
 
74
+ Not provided by uploader
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
 
76
  </details>
77
 
 
101
  Arguments passed to setup_anndata of the original model:
102
  ```json
103
  {
104
+ "batch_key": null,
105
+ "labels_key": "cell_type",
106
+ "fine_labels_key": null,
107
+ "layer": "counts",
108
+ "unlabeled_category": "unlabeled",
109
+ "size_factor_key": null
110
  }
111
  ```
112
 
 
116
  <summary><strong>Data Registry</strong></summary>
117
 
118
  Registry elements for AnnData manager:
119
+ | Registry Key | scvi-tools Location |
120
+ |--------------------------|--------------------------------------|
121
+ | X | adata.layers['counts'] |
122
+ | batch | adata.obs['_scvi_batch'] |
123
+ | labels | adata.obs['_scvi_labels'] |
124
 
125
  - **Data is Minified**: False
126
 
 
129
  <details>
130
  <summary><strong>Summary Statistics</strong></summary>
131
 
132
+ | Summary Stat Key | Value |
133
+ |--------------------------|-------|
134
+ | n_batch | 1 |
135
+ | n_cells | 21030 |
136
+ | n_labels | 14 |
137
+ | n_vars | 3000 |
138
 
139
  </details>
140