Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- OnClass.data-00000-of-00001 +3 -0
- OnClass.index +0 -0
- OnClass.meta +0 -0
- OnClass.npz +3 -0
- accuracies.json +4 -0
- celltypist.pkl +3 -0
- checkpoint +2 -0
- harmony_knn_classifier.joblib +3 -0
- obo_dag.joblib +3 -0
- popv_output/predictions.csv +0 -0
- preprocessing.json +0 -0
- pynndescent_index.joblib +3 -0
- scanvi/model.pt +3 -0
- scvi/model.pt +3 -0
- scvi_knn_classifier.joblib +3 -0
- svm_classifier_cuml.joblib +3 -0
- xgboost_classifier.model +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst 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
|
OnClass.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c765ab4bee12d0a1a0ef39e1c198d6f04e8a2a47c1d84b1dcfee9cb26ddcaf96
|
3 |
+
size 27239224
|
OnClass.index
ADDED
Binary file (222 Bytes). View file
|
|
OnClass.meta
ADDED
Binary file (76.2 kB). View file
|
|
OnClass.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed06e96b523f177d28d57c8cc10b1316bd91f2586fc5b9864b3248e77652696f
|
3 |
+
size 144112483
|
accuracies.json
ADDED
@@ -0,0 +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| luminal cell of prostate epithelium | 1058 | 0.93 | 0.96 | 0.96 | 0.95 | 0.00 | 0.91 | 0.94 | 0.94 | 0.95 |\n| basal cell of prostate epithelium | 345 | 0.82 | 0.88 | 0.89 | 0.85 | 0.00 | 0.82 | 0.86 | 0.85 | 0.88 |\n| CD8-positive, alpha-beta T cell | 252 | 0.94 | 0.88 | 0.95 | 0.88 | 0.00 | 0.94 | 0.92 | 0.93 | 0.94 |\n| endothelial cell | 120 | 0.98 | 0.98 | 0.98 | 0.98 | 0.00 | 0.99 | 0.98 | 0.97 | 0.98 |\n| macrophage | 94 | 0.97 | 0.97 | 0.98 | 0.98 | 0.00 | 0.96 | 0.97 | 0.96 | 0.98 |\n| fibroblast | 58 | 0.97 | 0.96 | 0.98 | 0.91 | 0.00 | 0.93 | 0.96 | 0.97 | 0.98 |\n| mature NK T cell | 52 | 0.92 | 0.11 | 0.92 | 0.32 | 0.00 | 0.95 | 0.92 | 0.91 | 0.92 |\n| smooth muscle cell | 52 | 0.95 | 0.96 | 0.94 | 0.88 | 0.00 | 0.87 | 0.94 | 0.90 | 0.95 |\n| neutrophil | 23 | 0.98 | 0.98 | 1.00 | 1.00 | 0.00 | 0.96 | 0.98 | 1.00 | 0.98 |\n| erythrocyte | 22 | 0.86 | 0.88 | 0.95 | 0.95 | 0.00 | 0.76 | 0.98 | 0.98 | 0.98 |\n| CD4-positive, alpha-beta T cell | 13 | 0.11 | 0.00 | 0.13 | 0.12 | 0.00 | 0.40 | 0.43 | 0.52 | 0.24 |\n| B cell | 9 | 0.82 | 0.82 | 0.82 | 0.82 | 0.00 | 0.95 | 0.89 | 0.84 | 0.89 |\n| mast cell | 4 | 1.00 | 0.89 | 1.00 | 0.57 | 0.00 | 0.43 | 1.00 | 1.00 | 1.00 |\n| T cell | 1 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.17 | 0.00 | 0.00 | 0.00 |",
|
3 |
+
"ref_accuracy": "| Cell Type | N cells | celltypist | knn bbknn | knn harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |\n| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |\n| luminal cell of prostate epithelium | 9594 | 0.94 | 0.96 | 0.98 | 0.97 | 0.00 | 0.93 | 0.95 | 0.95 | 0.97 |\n| basal cell of prostate epithelium | 3150 | 0.84 | 0.88 | 0.94 | 0.92 | 0.00 | 0.85 | 0.88 | 0.88 | 0.91 |\n| CD8-positive, alpha-beta T cell | 2264 | 0.95 | 0.88 | 0.96 | 0.91 | 0.00 | 0.96 | 0.94 | 0.94 | 0.96 |\n| endothelial cell | 1085 | 0.97 | 0.94 | 0.98 | 0.98 | 0.00 | 0.98 | 0.98 | 0.97 | 0.98 |\n| macrophage | 928 | 0.98 | 0.98 | 0.98 | 0.99 | 0.00 | 0.99 | 0.99 | 0.99 | 0.99 |\n| fibroblast | 461 | 0.96 | 0.96 | 0.99 | 0.95 | 0.00 | 0.90 | 0.98 | 0.98 | 0.99 |\n| mature NK T cell | 435 | 0.91 | 0.18 | 0.92 | 0.56 | 0.00 | 0.91 | 0.91 | 0.92 | 0.94 |\n| smooth muscle cell | 425 | 0.95 | 0.91 | 0.96 | 0.91 | 0.00 | 0.88 | 0.97 | 0.96 | 0.98 |\n| neutrophil | 238 | 0.99 | 0.98 | 0.99 | 0.98 | 0.00 | 0.98 | 1.00 | 0.99 | 0.99 |\n| erythrocyte | 117 | 0.87 | 0.82 | 0.97 | 0.96 | 0.00 | 0.62 | 0.99 | 0.99 | 0.98 |\n| CD4-positive, alpha-beta T cell | 103 | 0.28 | 0.00 | 0.16 | 0.16 | 0.00 | 0.66 | 0.63 | 0.65 | 0.46 |\n| B cell | 92 | 0.83 | 0.70 | 0.84 | 0.90 | 0.00 | 0.94 | 0.97 | 0.96 | 0.96 |\n| mast cell | 22 | 0.96 | 0.70 | 0.95 | 0.87 | 0.00 | 0.58 | 0.98 | 0.98 | 0.98 |\n| T cell | 13 | 0.00 | 0.00 | 0.24 | 0.00 | 0.00 | 0.45 | 0.93 | 0.67 | 0.88 |"
|
4 |
+
}
|
celltypist.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18e76e0deffa42e048a568941025d9daaed2daa1e491bbd61fd667db79cea2e1
|
3 |
+
size 393533
|
checkpoint
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "OnClass"
|
2 |
+
all_model_checkpoint_paths: "OnClass"
|
harmony_knn_classifier.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba20654ae5e4226d54b8d99e034535367640aa0f64cfdd8bd0f226cb519d87aa
|
3 |
+
size 14484405
|
obo_dag.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88b6c19fc939f3c304978a10ef8b7cc6ba69d2d4a0a0613df8312b4ee3a26313
|
3 |
+
size 321386
|
popv_output/predictions.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
preprocessing.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pynndescent_index.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c900fb3bca06e991831334a4b3020e9e8df4148ce260c4e1377948169bd99e8
|
3 |
+
size 15383845
|
scanvi/model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aba96d91ff521f8de0d3f881a6db27c5a6620e46e78f41dbac90723e30c1711d
|
3 |
+
size 11483500
|
scvi/model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db70c524147b1ee80bad562df2cb2d54861e96c27cbc8ebdb21ec73e2cdd3707
|
3 |
+
size 10949373
|
scvi_knn_classifier.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef5890ba25c6ea4694b1d04d99421544916114e2675c647461700f67d62d837b
|
3 |
+
size 8122965
|
svm_classifier_cuml.joblib
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c3a129bbefff715e97f96a47549447424597bcaa423d7c516cb97c08b265240
|
3 |
+
size 240155
|
xgboost_classifier.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a495cf64c2cb56f65009031ebbc030c4ecea14443b73a5f7592fafd72d8ba643
|
3 |
+
size 3553434
|