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

Fix Lineage cluster ordering

parent 8d47b5bb
No related merge requests found
...@@ -154,9 +154,8 @@ for (i in 1:Number.Clusters){ ...@@ -154,9 +154,8 @@ for (i in 1:Number.Clusters){
if ("?" %in% names(summary(sc10x.Group@ident))){ if ("?" %in% names(summary(sc10x.Group@ident))){
sc10x.Group@ident <- factor(sc10x.Group@ident,levels=c("Epi","St","?")) sc10x.Group@ident <- factor(sc10x.Group@ident,levels=c("Epi","St","?"))
} else { } else {
sc10x.Group@ident <- factor(sc10x.Group@ident,levels=c("Epi","St","?"))
}
sc10x.Group@ident <- factor(sc10x.Group@ident,levels=c("Epi","St")) sc10x.Group@ident <- factor(sc10x.Group@ident,levels=c("Epi","St"))
}
sc10x.Group <- StashIdent(object=sc10x.Group,save.name="Lineage") sc10x.Group <- StashIdent(object=sc10x.Group,save.name="Lineage")
#generate lineage tSNE #generate lineage tSNE
......
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