canergen commited on
Commit
614981c
·
verified ·
1 Parent(s): aa15845

popV version: 0.6.0

Browse files
.gitattributes CHANGED
@@ -35,3 +35,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  OnClass.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
37
  minified_ref_adata.h5ad filter=lfs diff=lfs merge=lfs -text
 
 
 
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  OnClass.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
37
  minified_ref_adata.h5ad filter=lfs diff=lfs merge=lfs -text
38
+ faiss_index.index filter=lfs diff=lfs merge=lfs -text
39
+ harmony_knn_classifier.index filter=lfs diff=lfs merge=lfs -text
40
+ scvi_knn_classifier.index filter=lfs diff=lfs merge=lfs -text
OnClass.data-00000-of-00001 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:091f7859fc3d127efb91ec2ef4d70b84e7c741483b28105e502c17a41f47bbf1
3
  size 27239224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b27ee24d36427de725905a35bafaf050f78193a4e6707e930c83aa9d778f273
3
  size 27239224
OnClass.index CHANGED
Binary files a/OnClass.index and b/OnClass.index differ
 
OnClass.meta CHANGED
Binary files a/OnClass.meta and b/OnClass.meta differ
 
OnClass.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a65ecb07695178cde941222770b8f19ce5718d2f00dbc56d25fedf9263d4b87
3
- size 143914244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c8ea2ee8543645fb893aa66f736ae9a0d14b0be9077e7d262f90179859e9ebc
3
+ size 144124188
README.md DELETED
@@ -1,60 +0,0 @@
1
- ---
2
- library_name: popV
3
- license: cc-by-4.0
4
- tags:
5
- - biology
6
- - genomics
7
- - single-cell
8
- - anndata_version:0.11.3
9
- - python_version:3.11.12
10
- - popV
11
- - 'tissue: large intestine'
12
- ---
13
-
14
- Popular Vote (popV) model for automated cell type annotation of single-cell RNA-seq data. We provide here pretrained models
15
- for plug-in use in your own analysis.
16
- Follow our [tutorial](https://github.com/YosefLab/popV/blob/main/tabula_sapiens_tutorial.ipynb) to learn how to use the model for cell type annotation.
17
-
18
- # Model description
19
-
20
- Ageing is characterized by a progressive loss of physiological integrity, leading to impaired function and increased vulnerability to death. Despite rapid advances over recent years, many of the molecular and cellular processes that underlie the progressive loss of healthy physiology are poorly understood. To gain a better insight into these processes, here we generate a single-cell transcriptomic atlas across the lifespan of Mus musculus that includes data from 23 tissues and organs. We found cell-specific changes occurring across multiple cell types and organs, as well as age-related changes in the cellular composition of different organs. Using single-cell transcriptomic data, we assessed cell-type-specific manifestations of different hallmarks of ageing—such as senescence, genomic instability and changes in the immune system. This transcriptomic atlas—which we denote Tabula Muris Senis, or ‘Mouse Ageing Cell Atlas’—provides molecular information about how the most important hallmarks of ageing are reflected in a broad range of tissues and cell types.
21
-
22
- **Link to CELLxGENE**:
23
- Link to the [data](https://cellxgene.cziscience.com/e/2491629a-bde0-46ad-a073-e34fcb516857.cxg/) in the CELLxGENE browser for interactive exploration of the data and download of the source data.
24
-
25
- **Training Code URL**:
26
- Not provided by uploader.
27
-
28
- # Metrics
29
-
30
- We provide here accuracies for each of the experts and the ensemble model. The validation set accuracies are
31
- computed on a 10% random subset of the data that was not used for training.
32
-
33
- | Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
34
- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
35
- | enterocyte of epithelium of large intestine | 245 | 0.94 | 0.98 | 0.97 | 0.96 | 0.00 | 0.96 | 0.96 | 0.96 | 0.98 |
36
- | epithelial cell of large intestine | 183 | 0.96 | 0.98 | 0.97 | 0.95 | 0.00 | 0.94 | 0.96 | 0.96 | 0.98 |
37
- | large intestine goblet cell | 149 | 0.96 | 0.95 | 0.94 | 0.85 | 0.00 | 0.87 | 0.92 | 0.93 | 0.95 |
38
- | intestinal crypt stem cell | 159 | 0.95 | 0.96 | 0.96 | 0.94 | 0.00 | 0.95 | 0.94 | 0.95 | 0.97 |
39
- | secretory cell | 60 | 0.92 | 0.90 | 0.84 | 0.64 | 0.00 | 0.78 | 0.86 | 0.88 | 0.89 |
40
- | brush cell of epithelium proper of large intestine | 17 | 1.00 | 1.00 | 1.00 | 0.97 | 0.00 | 0.97 | 1.00 | 0.89 | 1.00 |
41
- | enteroendocrine cell | 19 | 0.97 | 0.94 | 0.97 | 0.92 | 0.00 | 0.93 | 1.00 | 0.97 | 0.97 |
42
-
43
- The train accuracies are computed on the training data.
44
-
45
- | Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
46
- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
47
- | enterocyte of epithelium of large intestine | 2297 | 0.95 | 0.97 | 0.97 | 0.96 | 0.00 | 0.96 | 0.96 | 0.96 | 0.97 |
48
- | epithelial cell of large intestine | 1521 | 0.94 | 0.96 | 0.97 | 0.95 | 0.00 | 0.94 | 0.97 | 0.97 | 0.97 |
49
- | large intestine goblet cell | 1438 | 0.96 | 0.94 | 0.94 | 0.92 | 0.00 | 0.89 | 0.96 | 0.97 | 0.98 |
50
- | intestinal crypt stem cell | 1420 | 0.94 | 0.95 | 0.96 | 0.93 | 0.00 | 0.94 | 0.95 | 0.95 | 0.97 |
51
- | secretory cell | 503 | 0.92 | 0.88 | 0.84 | 0.81 | 0.00 | 0.82 | 0.94 | 0.95 | 0.97 |
52
- | brush cell of epithelium proper of large intestine | 158 | 0.98 | 0.98 | 0.99 | 0.88 | 0.00 | 0.96 | 0.98 | 0.98 | 0.98 |
53
- | enteroendocrine cell | 142 | 0.99 | 0.94 | 0.99 | 0.84 | 0.00 | 0.92 | 0.99 | 0.97 | 1.00 |
54
-
55
- </details>
56
-
57
-
58
- # References
59
-
60
- A single-cell transcriptomic atlas characterizes ageing tissues in the mouse, The Tabula Muris Consortium, Nicole Almanzar, Jane Antony, Ankit S. Baghel, Isaac Bakerman, Ishita Bansal, Ben A. Barres, Philip A. Beachy, Daniela Berdnik, Biter Bilen, Douglas Brownfield, Corey Cain, Charles K. F. Chan, Michelle B. Chen, Michael F. Clarke, Stephanie D. Conley, Spyros Darmanis, Aaron Demers, Kubilay Demir, Antoine de Morree, Tessa Divita, Haley du Bois, Hamid Ebadi, F. Hernán Espinoza, Matt Fish, Qiang Gan, Benson M. George, Astrid Gillich, Rafael Gòmez-Sjöberg, Foad Green, Geraldine Genetiano, Xueying Gu, Gunsagar S. Gulati, Oliver Hahn, Michael Seamus Haney, Yan Hang, Lincoln Harris, Mu He, Shayan Hosseinzadeh, Albin Huang, Kerwyn Casey Huang, Tal Iram, Taichi Isobe, Feather Ives, Robert C. Jones, Kevin S. Kao, Jim Karkanias, Guruswamy Karnam, Andreas Keller, Aaron M. Kershner, Nathalie Khoury, Seung K. Kim, Bernhard M. Kiss, William Kong, Mark A. Krasnow, Maya E. Kumar, Christin S. Kuo, Jonathan Lam, Davis P. Lee, Song E. Lee, Benoit Lehallier, Olivia Leventhal, Guang Li, Qingyun Li, Ling Liu, Annie Lo, Wan-Jin Lu, Maria F. Lugo-Fagundo, Anoop Manjunath, Andrew P. May, Ashley Maynard, Aaron McGeever, Marina McKay, M. Windy McNerney, Bryan Merrill, Ross J. Metzger, Marco Mignardi, Dullei Min, Ahmad N. Nabhan, Norma F. Neff, Katharine M. Ng, Patricia K. Nguyen, Joseph Noh, Roel Nusse, Róbert Pálovics, Rasika Patkar, Weng Chuan Peng, Lolita Penland, Angela Oliveira Pisco, Katherine Pollard, Robert Puccinelli, Zhen Qi, Stephen R. Quake, Thomas A. Rando, Eric J. Rulifson, Nicholas Schaum, Joe M. Segal, Shaheen S. Sikandar, Rahul Sinha, Rene V. Sit, Justin Sonnenburg, Daniel Staehli, Krzysztof Szade, Michelle Tan, Weilun Tan, Cristina Tato, Krissie Tellez, Laughing Bear Torrez Dulgeroff, Kyle J. Travaglini, Carolina Tropini, Margaret Tsui, Lucas Waldburger, Bruce M. Wang, Linda J. van Weele, Kenneth Weinberg, Irving L. Weissman, Michael N. Wosczyna, Sean M. Wu, Tony Wyss-Coray, Jinyi Xiang, Soso Xue, Kevin A. Yamauchi, Andrew C. Yang, Lakshmi P. Yerra, Justin Youngyunpipatkul, Brian Yu, Fabio Zanini, Macy E. Zardeneta, Alexander Zee, Chunyu Zhao, Fan Zhang, Hui Zhang, Martin Jinye Zhang, Lu Zhou, James Zou; Nature, doi: https://doi.org/10.1038/s41586-020-2496-1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
accuracies.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "query_accuracy": "| Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |\n| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |\n| enterocyte of epithelium of large intestine | 245 | 0.94 | 0.98 | 0.97 | 0.96 | 0.00 | 0.96 | 0.96 | 0.96 | 0.98 |\n| epithelial cell of large intestine | 183 | 0.96 | 0.98 | 0.97 | 0.95 | 0.00 | 0.94 | 0.96 | 0.96 | 0.98 |\n| large intestine goblet cell | 149 | 0.96 | 0.95 | 0.94 | 0.85 | 0.00 | 0.87 | 0.92 | 0.93 | 0.95 |\n| intestinal crypt stem cell | 159 | 0.95 | 0.96 | 0.96 | 0.94 | 0.00 | 0.95 | 0.94 | 0.95 | 0.97 |\n| secretory cell | 60 | 0.92 | 0.90 | 0.84 | 0.64 | 0.00 | 0.78 | 0.86 | 0.88 | 0.89 |\n| brush cell of epithelium proper of large intestine | 17 | 1.00 | 1.00 | 1.00 | 0.97 | 0.00 | 0.97 | 1.00 | 0.89 | 1.00 |\n| enteroendocrine cell | 19 | 0.97 | 0.94 | 0.97 | 0.92 | 0.00 | 0.93 | 1.00 | 0.97 | 0.97 |",
3
- "ref_accuracy": "| Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |\n| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |\n| enterocyte of epithelium of large intestine | 2297 | 0.95 | 0.97 | 0.97 | 0.96 | 0.00 | 0.96 | 0.96 | 0.96 | 0.97 |\n| epithelial cell of large intestine | 1521 | 0.94 | 0.96 | 0.97 | 0.95 | 0.00 | 0.94 | 0.97 | 0.97 | 0.97 |\n| large intestine goblet cell | 1438 | 0.96 | 0.94 | 0.94 | 0.92 | 0.00 | 0.89 | 0.96 | 0.97 | 0.98 |\n| intestinal crypt stem cell | 1420 | 0.94 | 0.95 | 0.96 | 0.93 | 0.00 | 0.94 | 0.95 | 0.95 | 0.97 |\n| secretory cell | 503 | 0.92 | 0.88 | 0.84 | 0.81 | 0.00 | 0.82 | 0.94 | 0.95 | 0.97 |\n| brush cell of epithelium proper of large intestine | 158 | 0.98 | 0.98 | 0.99 | 0.88 | 0.00 | 0.96 | 0.98 | 0.98 | 0.98 |\n| enteroendocrine cell | 142 | 0.99 | 0.94 | 0.99 | 0.84 | 0.00 | 0.92 | 0.99 | 0.97 | 1.00 |"
4
  }
 
1
  {
2
+ "query_accuracy": "| Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |\n| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |\n| enterocyte of epithelium of large intestine | 244 | 0.95 | 0.97 | 0.98 | 0.96 | 0.00 | 0.93 | 0.95 | 0.95 | 0.97 |\n| epithelial cell of large intestine | 188 | 0.95 | 0.96 | 0.97 | 0.95 | 0.00 | 0.93 | 0.96 | 0.95 | 0.97 |\n| large intestine goblet cell | 161 | 0.94 | 0.95 | 0.95 | 0.90 | 0.00 | 0.91 | 0.92 | 0.95 | 0.97 |\n| intestinal crypt stem cell | 137 | 0.92 | 0.96 | 0.96 | 0.93 | 0.00 | 0.90 | 0.93 | 0.94 | 0.95 |\n| secretory cell | 70 | 0.91 | 0.91 | 0.89 | 0.79 | 0.00 | 0.86 | 0.89 | 0.95 | 0.94 |\n| brush cell of epithelium proper of large intestine | 15 | 1.00 | 0.97 | 1.00 | 1.00 | 0.00 | 0.93 | 1.00 | 0.93 | 1.00 |\n| enteroendocrine cell | 17 | 1.00 | 0.97 | 1.00 | 1.00 | 0.00 | 0.92 | 1.00 | 0.91 | 1.00 |",
3
+ "ref_accuracy": "| Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |\n| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |\n| enterocyte of epithelium of large intestine | 2298 | 0.95 | 0.98 | 0.97 | 0.96 | 0.00 | 0.94 | 0.96 | 0.96 | 0.97 |\n| epithelial cell of large intestine | 1516 | 0.93 | 0.97 | 0.96 | 0.95 | 0.00 | 0.93 | 0.97 | 0.96 | 0.98 |\n| large intestine goblet cell | 1426 | 0.93 | 0.95 | 0.93 | 0.90 | 0.00 | 0.91 | 0.96 | 0.97 | 0.97 |\n| intestinal crypt stem cell | 1442 | 0.94 | 0.97 | 0.95 | 0.94 | 0.00 | 0.92 | 0.96 | 0.95 | 0.97 |\n| secretory cell | 493 | 0.87 | 0.90 | 0.81 | 0.78 | 0.00 | 0.87 | 0.93 | 0.96 | 0.96 |\n| brush cell of epithelium proper of large intestine | 160 | 0.97 | 0.98 | 0.98 | 0.97 | 0.00 | 0.97 | 0.99 | 0.98 | 0.98 |\n| enteroendocrine cell | 144 | 0.98 | 0.96 | 0.98 | 0.98 | 0.00 | 0.90 | 1.00 | 0.99 | 1.00 |"
4
  }
celltypist.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f554637e08c1c334b669b1c51cfefdff5b616f0aea1ea1b617699788471ed668
3
- size 293457
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b69033797af4030153cd8921cb7c7807d208277461f1cbbf25de9c81d1c9e1b
3
+ size 293456
pynndescent_index.joblib → faiss_index.index RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d40b891149b51767e4f752427c427def6ffff5135e42bf8ddea2ee66c80ada26
3
- size 6055351
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1bb9a21c015791a9f94e0fad4dfeaa722b968d941dd370bbfe06939d4e3fd41
3
+ size 1495845
harmony_knn_classifier.joblib → harmony_knn_classifier.index RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4d921fd9cc03a5077355c40e43c190e38579b8bc96ca769a32b4e8ce0d77db3
3
- size 5717205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05b364a841fdd0c672b963b295657b564a5c313e4f216d61113184a176baa0d
3
+ size 1495845
metadata.json DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "popv_version": "0.5.3",
3
- "anndata_version": "0.11.3",
4
- "setup_dict": {
5
- "ref_labels_key": "popv_labels",
6
- "ref_batch_key": "batch_key",
7
- "unknown_celltype_label": "unassigned"
8
- },
9
- "prediction_keys": [
10
- "popv_celltypist_prediction",
11
- "popv_knn_bbknn_prediction",
12
- "popv_knn_harmony_prediction",
13
- "popv_knn_on_scvi_prediction",
14
- "popv_onclass_prediction",
15
- "popv_scanvi_prediction",
16
- "popv_svm_prediction",
17
- "popv_xgboost_prediction"
18
- ],
19
- "method_kwargs": {},
20
- "methods": [
21
- "CELLTYPIST",
22
- "KNN_BBKNN",
23
- "KNN_HARMONY",
24
- "KNN_SCVI",
25
- "ONCLASS",
26
- "SCANVI_POPV",
27
- "Support_Vector",
28
- "XGboost"
29
- ],
30
- "cellxgene_url": "https://cellxgene.cziscience.com/e/2491629a-bde0-46ad-a073-e34fcb516857.cxg/"
31
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
minified_ref_adata.h5ad DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf32192e8083fce57d8067951dfeb4287c6b737327d7ce088a29864a79a7cad8
3
- size 13602105
 
 
 
 
popv_output/predictions.csv CHANGED
The diff for this file is too large to render. See raw diff
 
preprocessing.json CHANGED
The diff for this file is too large to render. See raw diff
 
ref_labels.csv ADDED
The diff for this file is too large to render. See raw diff
 
scanvi/model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc5d4055ab84a69a5301fa364d1a2b948f8b0e7c06548dae02cd652c8fb0a386
3
- size 11442092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6e66d6f208a5ca6d37cd046574ced3d302a877631346d484378a5e92cd6339
3
+ size 11483509
scvi/model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25f71942db0c31a7b8402b7c6b8b5842c927c3a9578c0ee854fe296ff40c0c6c
3
- size 10933053
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e25139c6fe6ca8e82929c56b0bba2f00f7995ac2db987f6766f4eae759febc6
3
+ size 10951622
svm_classifier_cuml.joblib → scvi_knn_classifier.index RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e04633b841fc33ac8eeacb0a8ed0f41b091078f1b7aa8dca6729c337bd6cac90
3
- size 120891
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb90607cac1674045fb18c1fb4e619201ae1028e394e2d33d9c653546a7779a
3
+ size 598365
scvi_knn_classifier.joblib DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7f4b6c8257f139f67a0b60f1038c086169f2ad30d2b2612c3f194768abef65c
3
- size 3146997
 
 
 
 
svm_classifier.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f42fc2e0d3993f0066e0e30d5680c8a6e8909a262c08fd55366923e5abd2c79
3
- size 1124716
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27209c12c2ec33518d612f0a67ad0ce4f7f5d06df5928a86d0f6488340d55731
3
+ size 113596
xgboost_classifier.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f7051e5afadd6c6b010657c6a9790467ddb9b33f91dd68d35a3c9df8223a261
3
- size 1932435
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8647f8e26d8eeeae5d71e038e7edcd276ee937348e97fa46a0fc3e1276907579
3
+ size 1727549