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

Turn off simulation of outlier genes

parent 3434e35b
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,8 @@ params <- setParam(params, "batchCells", sim_pars$batchCells)
params <- setParam(params, "seed", sim_pars$seed)
params <- setParam(params, "de.facLoc", sim_pars$de.facLoc)
params <- setParam(params, "de.facScale", sim_pars$de.facScale)
# Turn off outlier genes to simplify the selection of true marker genes.
params <- setParam(params, "out.prob", 0)
# Restrict the number of genes in the simulated datasets to not destroy the cluster...
params <- setParam(params, "nGenes", 2000)
......
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