Skip to content
Snippets Groups Projects
Commit 20eca299 authored by Jeffrey Pullin's avatar Jeffrey Pullin
Browse files

Add Cepo, NSForest to plot-utils

Also add dataset names
parent 262f46d2
No related branches found
No related tags found
No related merge requests found
Pipeline #9691 passed
......@@ -39,7 +39,9 @@ pars_lookup <- c(
random = "Random",
glmgampoi = "glmGamPoi",
scanpy_wilcoxontiecorrect_rankby_raw = "Scanpy (Wilcoxon TC, raw)",
scanpy_wilcoxontiecorrect_rankby_abs = "Scanpy (Wilcoxon TC, abs)"
scanpy_wilcoxontiecorrect_rankby_abs = "Scanpy (Wilcoxon TC, abs)",
nsforest = "NSForest",
cepo = "Cepo"
)
test.use_lookup <- c(
......@@ -64,7 +66,9 @@ method_lookup <- c(
rankcorr = "RankCorr",
scanpy = "Scanpy",
scran = "scran",
seurat = "Seurat"
seurat = "Seurat",
cepo = "Cepo",
nsforest = "NSForest"
)
endothelial_clusters_lookup <- c(
......@@ -77,4 +81,10 @@ endothelial_clusters_lookup <- c(
`Lymphatic` = "Lymphatic"
)
dataset_lookup <- c(
lawlor = "Lawlor",
pbmc3k = "pbmc3k",
zeisel = "Zeisel"
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment