Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Jan 26, 2021
1 parent a7ba6c6 commit 5fd154f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/integration_introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ markers.to.plot <- c("CD3D","CREM","HSPH1","SELL","GIMAP5","CACYBP","GNLY","NKG7
```

```{r save.img, include = FALSE}
library(ggplot2)
plot <- DotPlot(immune.combined, features = markers.to.plot, cols = c('blue', 'red'),
dot.scale = 6, split.by = "stim") + RotatedAxis()
ggsave(filename = "../output/images/pbmc_alignment.png", height = 7, width = 12, plot = plot)
Expand Down

0 comments on commit 5fd154f

Please sign in to comment.