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

Fix lin subset if unknown present

parent becb0f99
1 merge request!2Merge develop into master
...@@ -186,6 +186,7 @@ results.clust.Lin.id <- results[[3]] ...@@ -186,6 +186,7 @@ results.clust.Lin.id <- results[[3]]
rm(results) rm(results)
rm(gene.set) rm(gene.set)
sc10x <- SetAllIdent(object=sc10x,id="Lin")
sc10x.Epi <- scSubset(sc10x,i="Lin",g="Epi") sc10x.Epi <- scSubset(sc10x,i="Lin",g="Epi")
if (any(levels(sc10x@ident)=="Unknown")){ if (any(levels(sc10x@ident)=="Unknown")){
sc10x.St <- scSubset(sc10x,i="Lin",g=c("St","Unknown")) sc10x.St <- scSubset(sc10x,i="Lin",g=c("St","Unknown"))
......
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