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

Try to fix occational setident issue before merge with try

parent da2d2232
2 merge requests!4Merge ds,!3Merge completed D17 downsample in to develop
......@@ -310,8 +310,12 @@ sc10x <- scMerge(sc10x,sc10x,sc10x.Epi.NE,i.1="Merge_Epi.dws.sc_St.dws.sc",i.2="
sc10x.Epi <- scMerge(sc10x.Epi,sc10x.Epi,sc10x.Epi.NE,i.1="Epi.dws.sc",i.2="NE",nm="Epi.dws.sc_NE")
tryCatch({
sc10x <- SetAllIdent(object=sc10x,id="Merge_Epi.dws.sc_St.dws.sc")
},error=function(e){cat("ERROR : ",conditionMessage(e),"/\n")})
tryCatch({
sc10x <- SetAllIdent(object=sc10x,id="Merge_Epi.dws.sc_St.dws.sc")
},error=function(e){cat("ERROR : ",conditionMessage(e),"/\n")})
sc10x@ident <- factor(sc10x@ident,levels=c("BE","LE","OE_SCGB","OE_KRT13","Fib","SM","Endo","Leu"))
postscript("./analysis/tSNE/FINAL/tSNE_FINAL.eps")
plot <- TSNEPlot(object=sc10x,pt.size=2.5,do.return=TRUE,vector.friendly=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