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

Fix sc_QuSAGE_StSubClust.R for scDEG

parent a438832c
No related merge requests found
......@@ -216,7 +216,7 @@ if (opt$sc==TRUE){
min.x.rg.sc <- 0
max.y.rg.sc <- 0
for (i in 1:Number.Clusters){
qs <- get(paste0("qs.results.epi.sc.",i))
qs <- get(paste0("qs.results.st.sc.",i))
if (max(qs$path.mean)>max.x.rg.sc){
max.x.rg.sc <- max(qs$path.mean)
if (min(qs$path.mean)<min.x.rg.sc){
......
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