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

Fix sc_LineageSubClust.R to handle if UK Lineage cluster is present

parent 6a30b150
Branches
Tags
No related merge requests found
......@@ -47,6 +47,7 @@ if (!dir.exists(paste0("./analysis/",opt$g,"/global",sub.folder))){
sc10x.Group <- SetAllIdent(object=sc10x.Group,id="Lineage")
sc10x.Group.Epi <- SubsetData(object=sc10x.Group,ident.use="Epi")
sc10x.Group.St <- SubsetData(object=sc10x.Group,ident.use="St")
UK <- TRUE
tryCatch({
sc10x.Group.UK <- SubsetData(object=sc10x.Group,ident.use="?")
},error=function(e){UK <<- FALSE})
......
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