File size: 857 Bytes
9585862
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "popv_version": "0.5.0",
    "anndata_version": "0.11.1",
    "setup_dict": {
        "ref_labels_key": "popv_labels",
        "ref_batch_key": "batch_key",
        "unknown_celltype_label": "unassigned"
    },
    "prediction_keys": [
        "popv_celltypist_prediction",
        "popv_knn_on_bbknn_prediction",
        "popv_knn_on_harmony_prediction",
        "popv_knn_on_scvi_prediction",
        "popv_onclass_prediction",
        "popv_scanvi_prediction",
        "popv_svm_prediction",
        "popv_xgboost_prediction"
    ],
    "method_kwargs": {},
    "methods": [
        "celltypist",
        "knn_on_bbknn",
        "knn_on_harmony",
        "knn_on_scvi",
        "onclass",
        "scanvi",
        "svm",
        "xgboost"
    ],
    "cellxgene_url": "https://cellxgene.cziscience.com/e/a0754256-f44b-4c4a-962c-a552e47d3fdc.cxg/"
}