martinkim0 commited on
Commit
ceb367e
·
verified ·
1 Parent(s): 1161b40

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -101
README.md CHANGED
@@ -6,81 +6,21 @@ tags:
6
  - genomics
7
  - single-cell
8
  - model_cls_name:SCVI
9
- - scvi_version:1.2.0
10
  - anndata_version:0.11.1
11
  - modality:rna
12
  - annotated:False
13
  ---
14
 
15
-
16
- ScVI is a variational inference model for single-cell RNA-seq data that can learn an underlying latent space, integrate technical batches and impute dropouts.
17
- The learned low-dimensional latent representation of the data can be used for visualization and clustering.
18
-
19
- scVI takes as input a scRNA-seq gene expression matrix with cells and genes.
20
- We provide an extensive [user guide](https://docs.scvi-tools.org/en/1.2.0/user_guide/models/scvi.html).
21
-
22
- - See our original manuscript for further details of the model: [scVI manuscript](https://www.nature.com/articles/s41592-018-0229-2).
23
- - See our manuscript on [scvi-hub](https://www.biorxiv.org/content/10.1101/2024.03.01.582887v2) how to leverage pre-trained models.
24
-
25
- This model can be used for fine tuning on new data using our Arches framework: [Arches tutorial](https://docs.scvi-tools.org/en/1.0.0/tutorials/notebooks/scarches_scvi_tools.html).
26
-
27
-
28
- # Model Description
29
 
30
  scVI model trained on synthetic IID data and uploaded with the minified data.
31
 
32
- # Metrics
33
-
34
- We provide here key performance metrics for the uploaded model, if provided by the data uploader.
35
-
36
- <details>
37
- <summary><strong>Coefficient of variation</strong></summary>
38
-
39
- The cell-wise coefficient of variation summarizes how well variation between different cells is
40
- preserved by the generated model expression. Below a squared Pearson correlation coefficient of 0.4
41
- , we would recommend not to use generated data for downstream analysis, while the generated latent
42
- space might still be useful for analysis.
43
-
44
- **Cell-wise Coefficient of Variation**:
45
-
46
- Not provided by uploader
47
-
48
- The gene-wise coefficient of variation summarizes how well variation between different genes is
49
- preserved by the generated model expression. This value is usually quite high.
50
-
51
- **Gene-wise Coefficient of Variation**:
52
-
53
- Not provided by uploader
54
-
55
- </details>
56
-
57
- <details>
58
- <summary><strong>Differential expression metric</strong></summary>
59
-
60
- The differential expression metric provides a summary of the differential expression analysis
61
- between cell types or input clusters. We provide here the F1-score, Pearson Correlation
62
- Coefficient of Log-Foldchanges, Spearman Correlation Coefficient, and Area Under the Precision
63
- Recall Curve (AUPRC) for the differential expression analysis using Wilcoxon Rank Sum test for each
64
- cell-type.
65
-
66
- **Differential expression**:
67
-
68
- Not provided by uploader
69
-
70
- </details>
71
-
72
-
73
-
74
-
75
-
76
- # Model Properties
77
-
78
- We provide here key parameters used to setup and train the model.
79
 
80
- <details>
81
- <summary><strong>Model Parameters</strong></summary>
82
 
83
- These provide the settings to setup the original model:
84
  ```json
85
  {
86
  "n_hidden": 128,
@@ -93,12 +33,7 @@ These provide the settings to setup the original model:
93
  }
94
  ```
95
 
96
- </details>
97
-
98
- <details>
99
- <summary><strong>Setup Data Arguments</strong></summary>
100
-
101
- Arguments passed to setup_anndata of the original model:
102
  ```json
103
  {
104
  "layer": null,
@@ -110,12 +45,19 @@ Arguments passed to setup_anndata of the original model:
110
  }
111
  ```
112
 
113
- </details>
114
-
115
- <details>
116
- <summary><strong>Data Registry</strong></summary>
 
 
 
 
 
 
 
117
 
118
- Registry elements for AnnData manager:
119
  | Registry Key | scvi-tools Location |
120
  |-------------------|--------------------------------------|
121
  | X | adata.X |
@@ -126,42 +68,27 @@ Registry elements for AnnData manager:
126
  | minify_type | adata.uns['_scvi_adata_minify_type'] |
127
  | observed_lib_size | adata.obs['observed_lib_size'] |
128
 
129
- - **Data is Minified**: True
130
-
131
- </details>
132
-
133
- <details>
134
- <summary><strong>Summary Statistics</strong></summary>
135
-
136
- | Summary Stat Key | Value |
137
- |--------------------------|-------|
138
- | n_batch | 1 |
139
- | n_cells | 400 |
140
- | n_extra_categorical_covs | 0 |
141
- | n_extra_continuous_covs | 0 |
142
- | n_labels | 1 |
143
- | n_latent_qzm | 10 |
144
- | n_latent_qzv | 10 |
145
- | n_vars | 100 |
146
 
147
- </details>
148
 
 
149
 
150
- <details>
151
- <summary><strong>Training</strong></summary>
152
 
153
  <!-- If your model is not uploaded with any data (e.g., minified data) on the Model Hub, then make
154
  sure to provide this field if you want users to be able to access your training data. See the
155
  scvi-tools documentation for details. -->
156
- **Training data url**: Not provided by uploader
157
 
158
- If provided by the original uploader, for those interested in understanding or replicating the training process, the code is available at the link below.
159
 
160
- **Training Code URL**: Not provided by uploader
161
 
162
- </details>
163
 
 
164
 
165
  # References
166
 
167
- To be added...
 
6
  - genomics
7
  - single-cell
8
  - model_cls_name:SCVI
9
+ - scvi_version:1.2.1
10
  - anndata_version:0.11.1
11
  - modality:rna
12
  - annotated:False
13
  ---
14
 
15
+ # Description
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  scVI model trained on synthetic IID data and uploaded with the minified data.
18
 
19
+ # Model properties
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
+ Many model properties are in the model tags. Some more are listed below.
 
22
 
23
+ **model_init_params**:
24
  ```json
25
  {
26
  "n_hidden": 128,
 
33
  }
34
  ```
35
 
36
+ **model_setup_anndata_args**:
 
 
 
 
 
37
  ```json
38
  {
39
  "layer": null,
 
45
  }
46
  ```
47
 
48
+ **model_summary_stats**:
49
+ | Summary Stat Key | Value |
50
+ |--------------------------|-------|
51
+ | n_batch | 1 |
52
+ | n_cells | 400 |
53
+ | n_extra_categorical_covs | 0 |
54
+ | n_extra_continuous_covs | 0 |
55
+ | n_labels | 1 |
56
+ | n_latent_qzm | 10 |
57
+ | n_latent_qzv | 10 |
58
+ | n_vars | 100 |
59
 
60
+ **model_data_registry**:
61
  | Registry Key | scvi-tools Location |
62
  |-------------------|--------------------------------------|
63
  | X | adata.X |
 
68
  | minify_type | adata.uns['_scvi_adata_minify_type'] |
69
  | observed_lib_size | adata.obs['observed_lib_size'] |
70
 
71
+ **model_parent_module**: scvi.model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
+ **data_is_minified**: True
74
 
75
+ # Training data
76
 
77
+ This is an optional link to where the training data is stored if it is too large
78
+ to host on the huggingface Model hub.
79
 
80
  <!-- If your model is not uploaded with any data (e.g., minified data) on the Model Hub, then make
81
  sure to provide this field if you want users to be able to access your training data. See the
82
  scvi-tools documentation for details. -->
 
83
 
84
+ Training data url: N/A
85
 
86
+ # Training code
87
 
88
+ This is an optional link to the code used to train the model.
89
 
90
+ Training code url: N/A
91
 
92
  # References
93
 
94
+ To be added...