Update README.md
Browse files
README.md
CHANGED
@@ -9,12 +9,14 @@ niche label type prediction: the task is to predict niche type of each cell give
|
|
9 |
| Model | F1-score |
|
10 |
| -------- | ------- |
|
11 |
| AIDO.Tissue | 0.67 |
|
|
|
12 |
| Nicheformer | 0.50 |
|
13 |
|
14 |
cell density prediction: the task is to predict neighbor cell number of a target cell given the expression profiles.
|
15 |
| Task | Mean absolute error | R square |
|
16 |
| -------- | ------- | ------- |
|
17 |
| AIDO.Tissue | 4.44 | 0.55|
|
|
|
18 |
| Nicheformer | 7.08 | -0.07|
|
19 |
|
20 |
# Finetuning AIDO.Tissue for spatial single cell downstream tasks
|
|
|
9 |
| Model | F1-score |
|
10 |
| -------- | ------- |
|
11 |
| AIDO.Tissue | 0.67 |
|
12 |
+
| scFoundation | 0.53 |
|
13 |
| Nicheformer | 0.50 |
|
14 |
|
15 |
cell density prediction: the task is to predict neighbor cell number of a target cell given the expression profiles.
|
16 |
| Task | Mean absolute error | R square |
|
17 |
| -------- | ------- | ------- |
|
18 |
| AIDO.Tissue | 4.44 | 0.55|
|
19 |
+
| scFoundation | 6.17 | 0.11 |
|
20 |
| Nicheformer | 7.08 | -0.07|
|
21 |
|
22 |
# Finetuning AIDO.Tissue for spatial single cell downstream tasks
|