Skip to content
Snippets Groups Projects
Commit 74ac6ca5 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Up lin id res to 2

parent 6356ce6b
2 merge requests!6Develop,!5Refactor
...@@ -85,7 +85,7 @@ pop.epi <- pop.epi[common,] ...@@ -85,7 +85,7 @@ pop.epi <- pop.epi[common,]
pop.st <- pop.st[common,] pop.st <- pop.st[common,]
rm(common) rm(common)
singler.lin <- SingleR(sc10x.se,ref=list(imm=imm,pop.epi=pop.epi,pop.st=pop.st),method="cluster",clusters=sc10x.se$integrated_snn_res.1,labels=list(imm=imm$label.main,pop.epi=pop.epi$label.fine,pop.st=pop.st$label.fine),BPPARAM=BiocParallel::MulticoreParam(workers=20)) singler.lin <- SingleR(sc10x.se,ref=list(imm=imm,pop.epi=pop.epi,pop.st=pop.st),method="cluster",clusters=sc10x.se$integrated_snn_res.2,labels=list(imm=imm$label.main,pop.epi=pop.epi$label.fine,pop.st=pop.st$label.fine),BPPARAM=BiocParallel::MulticoreParam(workers=20))
labs <- singler.lin$labels labs <- singler.lin$labels
if (opt$s == "hu") { if (opt$s == "hu") {
labs[labs %in% c("BE","LE","Hillock","Club")] <- "Epi" labs[labs %in% c("BE","LE","Hillock","Club")] <- "Epi"
...@@ -98,7 +98,7 @@ if (opt$s == "hu") { ...@@ -98,7 +98,7 @@ if (opt$s == "hu") {
labs[labs %in% c("Endothelial cells (LEC.CFA)","Endothelial cells (LEC)","Endothelial cells (BEC)")] <- "Endo" labs[labs %in% c("Endothelial cells (LEC.CFA)","Endothelial cells (LEC)","Endothelial cells (BEC)")] <- "Endo"
labs[labs %in% c("Macrophages","Monocytes","B cells","DC","Eosinophils","Neutrophils","T cells","ILC","NK cells","Basophils","Mast cells","Stem cells","Tgd","NKT","B cells, pro")] <- "Leu" labs[labs %in% c("Macrophages","Monocytes","B cells","DC","Eosinophils","Neutrophils","T cells","ILC","NK cells","Basophils","Mast cells","Stem cells","Tgd","NKT","B cells, pro")] <- "Leu"
} }
sc10x$lin <- labs[match(sc10x.se$integrated_snn_res.1,singler.lin@rownames)] sc10x$lin <- labs[match(sc10x.se$integrated_snn_res.2,singler.lin@rownames)]
rm(labs) rm(labs)
DimPlot(sc10x,group.by="lin",reduction="umap",label=TRUE,repel=TRUE)+theme(legend.position="none") DimPlot(sc10x,group.by="lin",reduction="umap",label=TRUE,repel=TRUE)+theme(legend.position="none")
......
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