martinkim0 commited on
Commit
5f6aa94
1 Parent(s): 43b2021

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ library_name: scvi-tools
4
+ tags:
5
+ - biology
6
+ - genomics
7
+ - single-cell
8
+ - model_cls_name:SCVI
9
+ - scvi_version:1.1.0
10
+ - anndata_version:0.10.3
11
+ - modality:rna
12
+ - tissue:heart
13
+ - annotated:True
14
+ ---
15
+
16
+ # Description
17
+
18
+ Combined single cell and single nuclei RNA-Seq data of 485K cardiac cells with annotations.
19
+
20
+ # Model properties
21
+
22
+ Many model properties are in the model tags. Some more are listed below.
23
+
24
+ **model_init_params**:
25
+ ```json
26
+ {
27
+ "n_hidden": 128,
28
+ "n_latent": 10,
29
+ "n_layers": 1,
30
+ "dropout_rate": 0.1,
31
+ "dispersion": "gene",
32
+ "gene_likelihood": "zinb",
33
+ "latent_distribution": "normal"
34
+ }
35
+ ```
36
+
37
+ **model_setup_anndata_args**:
38
+ ```json
39
+ {
40
+ "layer": "counts",
41
+ "batch_key": null,
42
+ "labels_key": null,
43
+ "size_factor_key": null,
44
+ "categorical_covariate_keys": [
45
+ "cell_source",
46
+ "donor"
47
+ ],
48
+ "continuous_covariate_keys": [
49
+ "percent_mito",
50
+ "percent_ribo"
51
+ ]
52
+ }
53
+ ```
54
+
55
+ **model_summary_stats**:
56
+ | Summary Stat Key | Value |
57
+ |--------------------------|-------|
58
+ | n_batch | 1 |
59
+ | n_cells | 18641 |
60
+ | n_extra_categorical_covs | 2 |
61
+ | n_extra_continuous_covs | 2 |
62
+ | n_labels | 1 |
63
+ | n_vars | 1200 |
64
+
65
+ **model_data_registry**:
66
+ | Registry Key | scvi-tools Location |
67
+ |------------------------|--------------------------------------------|
68
+ | X | adata.layers['counts'] |
69
+ | batch | adata.obs['_scvi_batch'] |
70
+ | extra_categorical_covs | adata.obsm['_scvi_extra_categorical_covs'] |
71
+ | extra_continuous_covs | adata.obsm['_scvi_extra_continuous_covs'] |
72
+ | labels | adata.obs['_scvi_labels'] |
73
+
74
+ **model_parent_module**: scvi.model
75
+
76
+ **data_is_minified**: False
77
+
78
+ # Training data
79
+
80
+ This is an optional link to where the training data is stored if it is too large
81
+ to host on the huggingface Model hub.
82
+
83
+ <!-- If your model is not uploaded with any data (e.g., minified data) on the Model Hub, then make
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: https://www.heartcellatlas.org/#DataSources
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
+ Kazumasa Kanemaru, James Cranley, Daniele Muraro, Antonio M. A. Miranda, Siew Yen Ho, Anna Wilbrey-Clark, Jan Patrick Pett, Krzysztof Polanski, Laura Richardson, Monika Litvinukova, Natsuhiko Kumasaka, Yue Qin, Zuzanna Jablonska, Claudia I. Semprich, Lukas Mach, Monika Dabrowska, Nathan Richoz, Liam Bolt, Lira Mamanova, Rakeshlal Kapuge, Sam N. Barnett, Shani Perera, Carlos Talavera-López, Ilaria Mulas, Krishnaa T. Mahbubani, Liz Tuck, Lu Wang, Margaret M. Huang, Martin Prete, Sophie Pritchard, John Dark, Kourosh Saeb-Parsy, Minal Patel, Menna R. Clatworthy, Norbert Hübner, Rasheda A. Chowdhury, Michela Noseda & Sarah A. Teichmann. Spatially resolved multiomics of human cardiac niches. Nature, July 2023. doi:10.1038/s41586-023-06311-1.