canergen commited on
Commit
71cbd57
·
verified ·
1 Parent(s): 99ffb78

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -32,21 +32,21 @@ computed on a 10% random subset of the data that was not used for training.
32
 
33
  | Cell Type | N cells | celltypist | knn on bbknn | knn on harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
34
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
35
- | spermatid | 404 | 0.98 | 0.98 | 0.99 | 0.98 | 0.00 | 0.98 | 0.98 | 0.98 | 0.99 |
36
- | spermatocyte | 301 | 0.97 | 0.97 | 0.98 | 0.97 | 0.00 | 0.96 | 0.98 | 0.97 | 0.98 |
37
- | male germ cell | 13 | 0.96 | 0.96 | 0.96 | 0.93 | 0.00 | 0.93 | 1.00 | 0.92 | 0.96 |
38
- | spermatogonium | 9 | 0.89 | 0.71 | 0.75 | 0.82 | 0.00 | 0.82 | 0.95 | 0.67 | 0.89 |
39
  | oocyte | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
40
 
41
  The train accuracies are computed on the training data.
42
 
43
  | Cell Type | N cells | celltypist | knn on bbknn | knn on harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
44
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
45
- | spermatid | 3605 | 0.98 | 0.00 | 0.99 | 0.99 | 0.00 | 0.99 | 0.99 | 0.98 | 0.99 |
46
- | spermatocyte | 2769 | 0.97 | 0.00 | 0.99 | 0.99 | 0.00 | 0.98 | 0.99 | 0.98 | 0.99 |
47
- | male germ cell | 103 | 0.96 | 0.00 | 0.98 | 0.97 | 0.00 | 0.99 | 1.00 | 0.99 | 1.00 |
48
- | spermatogonium | 55 | 0.85 | 0.00 | 0.95 | 0.90 | 0.00 | 0.77 | 0.94 | 0.94 | 0.93 |
49
- | oocyte | 11 | 0.92 | 0.00 | 1.00 | 0.92 | 0.00 | 0.65 | 1.00 | 1.00 | 1.00 |
50
 
51
  </details>
52
 
 
32
 
33
  | Cell Type | N cells | celltypist | knn on bbknn | knn on harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
34
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
35
+ | spermatid | 400 | 0.98 | 0.98 | 0.99 | 0.99 | 0.00 | 0.98 | 0.99 | 0.97 | 0.99 |
36
+ | spermatocyte | 310 | 0.97 | 0.98 | 0.98 | 0.98 | 0.00 | 0.97 | 0.98 | 0.95 | 0.98 |
37
+ | male germ cell | 10 | 0.95 | 0.95 | 0.95 | 0.95 | 0.00 | 0.90 | 0.95 | 0.95 | 0.95 |
38
+ | spermatogonium | 7 | 1.00 | 0.73 | 0.92 | 0.88 | 0.00 | 0.88 | 1.00 | 0.80 | 1.00 |
39
  | oocyte | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
40
 
41
  The train accuracies are computed on the training data.
42
 
43
  | Cell Type | N cells | celltypist | knn on bbknn | knn on harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
44
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
45
+ | spermatid | 3609 | 0.98 | 0.00 | 0.99 | 0.99 | 0.00 | 0.99 | 0.99 | 0.98 | 0.99 |
46
+ | spermatocyte | 2760 | 0.97 | 0.00 | 0.99 | 0.99 | 0.00 | 0.98 | 0.98 | 0.97 | 0.99 |
47
+ | male germ cell | 106 | 0.97 | 0.00 | 0.99 | 0.98 | 0.00 | 0.99 | 1.00 | 0.97 | 1.00 |
48
+ | spermatogonium | 57 | 0.77 | 0.00 | 0.89 | 0.89 | 0.00 | 0.84 | 0.93 | 0.93 | 0.92 |
49
+ | oocyte | 10 | 0.95 | 0.00 | 1.00 | 1.00 | 0.00 | 0.87 | 1.00 | 1.00 | 1.00 |
50
 
51
  </details>
52