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

Fix St QuSAGE

parent 58e8a049
No related merge requests found
......@@ -60,7 +60,7 @@ if (!is.na(opt$s)){
} else {
rnd <- 1:ncol(sc10x.Group.St@data)
}
eset <- sc10x.Group@data[,rnd]
eset <- sc10x.Group.St@data[,rnd]
eset <- as.data.frame(as.matrix(eset))
labels <- paste0("Cluster_",as.vector(factor(sc10x.Group.St@ident)))
labels <- labels[rnd]
......
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