Skip to content
Snippets Groups Projects
Commit 27575139 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Let D17PrF only analysis load data from subfolder

parent 64aaa55e
Branches
No related merge requests found
......@@ -108,7 +108,7 @@ opt=parse_args(OptionParser(option_list=option_list))
rm(option_list)
if (opt$lm==0){opt$lm=-Inf}
sc10x <- scLoad(opt$p)
sc10x <- scLoad(opt$p,sub=TRUE)
sc10x <- scSubset(sc10x,"ALL",opt$g)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment