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 a26d41f commit 8d5d9df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vignettes/integration_introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ DimPlot(immune.combined, label = TRUE)

The `DotPlot()` function with the `split.by` parameter can be useful for viewing conserved cell type markers across conditions, showing both the expression level and the percentage of cells in a cluster expressing any given gene. Here we plot 2-3 strong marker genes for each of our 13 clusters.

```{r debug.save}
saveRDS(immune.combined, file = "../output/immune.combined.rds")
```

```{r splitdotplot, fig.height = 10}
Idents(immune.combined) <- factor(
Idents(immune.combined),
Expand Down

0 comments on commit 8d5d9df

Please sign in to comment.