Skip to content

Commit

Permalink
Update DIALOGUE_SeuratExample.R
Browse files Browse the repository at this point in the history
  • Loading branch information
livnatje authored Feb 28, 2023
1 parent 9fae62e commit 4ec77f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/DIALOGUE_SeuratExample.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ DIALOGUE_SeuratExample<-function(results.dir){

par(mfrow=c(1,2),oma = c(8, 1, 0, 5),xpd = T)
# MCP1 marks CD8 T cells and DCs
boxplot(R$scores$A$MCP1~R$scores$A$cell.subtypes,xlab = "",ylab = "MCP1",las=2)
boxplot(R$scores$B$MCP1~R$scores$B$cell.subtypes,xlab = "",ylab = "MCP1",las=2)
boxplot(-R$scores$A$MCP1~R$scores$A$cell.subtypes,xlab = "",ylab = "MCP1",las=2)
boxplot(-R$scores$B$MCP1~R$scores$B$cell.subtypes,xlab = "",ylab = "MCP1",las=2)
return(R)

}
Expand Down

0 comments on commit 4ec77f3

Please sign in to comment.