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

Also add new datasets to simulation comparisons

parent 3dcf3aa0
Branches
Tags
No related merge requests found
......@@ -43,6 +43,10 @@ sim_data <- switch(
"citeseq" = full_sim_data[, colLabels(full_sim_data) == 2],
"mesenchymal" = full_sim_data[, colLabels(full_sim_data) == "Pericyte"],
"zhao" = full_sim_data[, colLabels(full_sim_data) == "Naive B"],
"stephenson" = full_sim_data[, colLabels(full_sim_data) == "Classical monocytes"],
"yoshida" = full_sim_data[, colLabels(full_sim_data) == "Classical monocytes"],
"dominguez_conde" = full_sim_data[, colLabels(full_sim_data) == "Classical monocytes"],
"ren" = full_sim_data[, colLabels(full_sim_data) == "Classical monocytes"]
)
# Spatter cannot handle sparse matrices (or DelayedArray objects).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment