From 27575139e4d5852ea3a81296e83a0e9351aa3529 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Mon, 6 Aug 2018 10:45:30 -0500 Subject: [PATCH] Let D17PrF only analysis load data from subfolder --- r.scripts/sc-TissueMapper_RUN.D17.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r.scripts/sc-TissueMapper_RUN.D17.R b/r.scripts/sc-TissueMapper_RUN.D17.R index 94c3271..e085e95 100644 --- a/r.scripts/sc-TissueMapper_RUN.D17.R +++ b/r.scripts/sc-TissueMapper_RUN.D17.R @@ -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) -- GitLab