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

Replace line 154 of sc_QuSAGE.Lineage.R removed in 8d47b5bb, labels lineage

parent 34b3bb6b
No related merge requests found
......@@ -151,6 +151,7 @@ for (i in 1:Number.Clusters){
} else {
merge.cluster <- c(merge.cluster,"?")
}}
sc10x.Group@ident <- plyr::mapvalues(x=sc10x.Group@ident,from=1:Number.Clusters,to=merge.cluster)
if ("?" %in% names(summary(sc10x.Group@ident))){
sc10x.Group@ident <- factor(sc10x.Group@ident,levels=c("Epi","St","?"))
} else {
......
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