martinkim0 commited on
Commit
83f1256
1 Parent(s): cc220c5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -6,18 +6,13 @@ tags:
6
  - genomics
7
  - single-cell
8
  - model_cls_name:SCANVI
9
- - scvi_version:0.20.3
10
- - anndata_version:0.8.0
11
- - modality:rna
12
- - tissue:nose
13
- - tissue:respiratory airway
14
- - tissue:lung parenchyma
15
- - annotated:True
16
  ---
17
 
18
  # Description
19
 
20
- The first integrated, universal transcriptomic reference of the human lung on the single-cell level. For more details, see https: //github.com/LungCellAtlas/HLCA.
21
 
22
  # Model properties
23
 
@@ -32,6 +27,7 @@ Many model properties are in the model tags. Some more are listed below.
32
  "dropout_rate": 0.1,
33
  "dispersion": "gene",
34
  "gene_likelihood": "nb",
 
35
  "encode_covariates": true,
36
  "deeply_inject_covariates": false,
37
  "use_layer_norm": "both",
@@ -56,7 +52,7 @@ Many model properties are in the model tags. Some more are listed below.
56
  | Summary Stat Key | Value |
57
  |--------------------------|--------|
58
  | n_batch | 14 |
59
- | n_cells | 584884 |
60
  | n_extra_categorical_covs | 0 |
61
  | n_extra_continuous_covs | 0 |
62
  | n_labels | 29 |
@@ -88,14 +84,14 @@ to host on the huggingface Model hub.
88
  sure to provide this field if you want users to be able to access your training data. See the scvi-tools
89
  documentation for details. -->
90
 
91
- Training data url: https://cellxgene.cziscience.com/e/066943a2-fdac-4b29-b348-40cede398e4e.cxg/
92
 
93
  # Training code
94
 
95
  This is an optional link to the code used to train the model.
96
 
97
- Training code url: https://github.com/LungCellAtlas/HLCA_reproducibility
98
 
99
  # References
100
 
101
- An integrated cell atlas of the human lung in health and disease. L Sikkema, D Strobl, L Zappia, E Madissoon, NS Markov, L Zaragosi, M Ansari, M Arguel, L Apperloo, C Bécavin, M Berg, E Chichelnitskiy, M Chung, A Collin, ACA Gay, B Hooshiar Kashani, M Jain, T Kapellos, TM Kole, C Mayr, M von Papen, L Peter, C Ramírez-Suástegui, J Schniering, C Taylor, T Walzthoeni, C Xu, LT Bui, C de Donno, L Dony, M Guo, AJ Gutierrez, L Heumos, N Huang, I Ibarra, N Jackson, P Kadur Lakshminarasimha Murthy, M Lotfollahi, T Tabib, C Talavera-Lopez, K Travaglini, A Wilbrey-Clark, KB Worlock, M Yoshida, Lung Biological Network Consortium, T Desai, O Eickelberg, C Falk, N Kaminski, M Krasnow, R Lafyatis, M Nikolíc, J Powell, J Rajagopal, O Rozenblatt-Rosen, MA Seibold, D Sheppard, D Shepherd, SA Teichmann, A Tsankov, J Whitsett, Y Xu, NE Banovich, P Barbry, TE Duong, KB Meyer, JA Kropski, D Pe’er, HB Schiller, PR Tata, JL Schultze, AV Misharin, MC Nawijn, MD Luecken, F Theis. bioRxiv 2022.03.10.483747; doi: https: //doi.org/10.1101/2022.03.10.483747
 
6
  - genomics
7
  - single-cell
8
  - model_cls_name:SCANVI
9
+ - scvi_version:1.1.0
10
+ - anndata_version:0.10.3
 
 
 
 
 
11
  ---
12
 
13
  # Description
14
 
15
+ To be added...
16
 
17
  # Model properties
18
 
 
27
  "dropout_rate": 0.1,
28
  "dispersion": "gene",
29
  "gene_likelihood": "nb",
30
+ "linear_classifier": false,
31
  "encode_covariates": true,
32
  "deeply_inject_covariates": false,
33
  "use_layer_norm": "both",
 
52
  | Summary Stat Key | Value |
53
  |--------------------------|--------|
54
  | n_batch | 14 |
55
+ | n_cells | 584944 |
56
  | n_extra_categorical_covs | 0 |
57
  | n_extra_continuous_covs | 0 |
58
  | n_labels | 29 |
 
84
  sure to provide this field if you want users to be able to access your training data. See the scvi-tools
85
  documentation for details. -->
86
 
87
+ Training data url: N/A
88
 
89
  # Training code
90
 
91
  This is an optional link to the code used to train the model.
92
 
93
+ Training code url: N/A
94
 
95
  # References
96
 
97
+ To be added...