canergen commited on
Commit
9ec2204
·
verified ·
1 Parent(s): 05d70fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -31,23 +31,21 @@ computed on a 10% random subset of the data that was not used for training.
31
 
32
  | Cell Type | N cells | celltypist | knn on bbknn | knn on harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
33
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
34
- | eye photoreceptor cell | 164 | 1.00 | 1.00 | 0.93 | 1.00 | 0.00 | 0.99 | 1.00 | 1.00 | 1.00 |
35
- | enteroglial cell | 70 | 0.99 | 0.99 | 0.86 | 0.99 | 0.00 | 0.98 | 1.00 | 1.00 | 1.00 |
36
  | neuron | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
37
- | retinal bipolar neuron | 6 | 1.00 | 0.67 | 1.00 | 0.91 | 0.00 | 0.92 | 1.00 | 1.00 | 1.00 |
38
- | radial glial cell | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
39
  | retina horizontal cell | 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
- | eye photoreceptor cell | 1360 | 1.00 | 0.99 | 0.97 | 1.00 | 0.00 | 0.99 | 1.00 | 1.00 | 1.00 |
46
- | enteroglial cell | 880 | 0.99 | 0.94 | 0.95 | 0.99 | 0.00 | 0.99 | 1.00 | 1.00 | 1.00 |
47
- | neuron | 71 | 0.97 | 0.00 | 0.92 | 0.84 | 0.00 | 0.90 | 1.00 | 1.00 | 1.00 |
48
- | retinal bipolar neuron | 51 | 0.91 | 0.76 | 0.94 | 0.92 | 0.00 | 0.93 | 1.00 | 0.99 | 0.99 |
49
- | radial glial cell | 8 | 0.80 | 0.00 | 1.00 | 0.50 | 0.00 | 0.94 | 1.00 | 1.00 | 1.00 |
50
- | retina horizontal cell | 5 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.50 | 1.00 | 1.00 | 1.00 |
51
 
52
  </details>
53
 
 
31
 
32
  | Cell Type | N cells | celltypist | knn on bbknn | knn on harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
33
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
34
+ | eye photoreceptor cell | 145 | 1.00 | 0.99 | 0.98 | 0.99 | 0.00 | 0.99 | 1.00 | 1.00 | 1.00 |
35
+ | enteroglial cell | 90 | 1.00 | 0.97 | 0.98 | 0.98 | 0.00 | 0.98 | 1.00 | 0.99 | 0.99 |
36
  | neuron | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
37
+ | retinal bipolar neuron | 10 | 1.00 | 0.33 | 0.75 | 0.82 | 0.00 | 0.78 | 1.00 | 0.82 | 0.82 |
 
38
  | retina horizontal cell | 0 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
39
 
40
  The train accuracies are computed on the training data.
41
 
42
  | Cell Type | N cells | celltypist | knn on bbknn | knn on harmony | knn on scvi | onclass | scanvi | svm | xgboost | Consensus Prediction |
43
  | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
44
+ | eye photoreceptor cell | 1379 | 1.00 | 0.99 | 0.99 | 0.99 | 0.00 | 0.99 | 1.00 | 1.00 | 1.00 |
45
+ | enteroglial cell | 868 | 0.99 | 0.94 | 0.96 | 0.99 | 0.00 | 1.00 | 1.00 | 1.00 | 1.00 |
46
+ | neuron | 72 | 0.94 | 0.00 | 0.79 | 0.93 | 0.00 | 0.97 | 0.99 | 0.97 | 0.99 |
47
+ | retinal bipolar neuron | 45 | 0.93 | 0.12 | 0.92 | 0.87 | 0.00 | 0.85 | 1.00 | 1.00 | 1.00 |
48
+ | retina horizontal cell | 5 | 0.00 | 0.00 | 0.20 | 0.00 | 0.00 | 0.53 | 1.00 | 1.00 | 0.89 |
 
49
 
50
  </details>
51