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

Fix sc_PC.Score.NE.R's no downsampling... again

parent 73c25a71
No related merge requests found
...@@ -105,7 +105,7 @@ plot(plot) ...@@ -105,7 +105,7 @@ plot(plot)
dev.off() dev.off()
#subsample all cells (+NE) to better visualize their clustering #subsample all cells (+NE) to better visualize their clustering
if (!is.na(opt$s)){ if (!is.na(opt$sv)){
rnd <- sample(1:ncol(sc10x.Group@data),opt$sv) rnd <- sample(1:ncol(sc10x.Group@data),opt$sv)
} else { } else {
rnd <- 1:ncol(sc10x.Group@data) rnd <- 1:ncol(sc10x.Group@data)
......
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