Skip to content

Commit

Permalink
Update 0008-03-01-Cell_annotation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn-schmidt committed Apr 30, 2024
1 parent b81a856 commit 18507ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/0008-03-01-Cell_annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ How do our samples differ in their relative cell composition?
```R
#visualizing the relative proportion of cell types across our samples
library(viridis)
library(ggplot2)
ggplot(merged[[]], aes(x = orig.ident, fill = immgen_singler_main)) + geom_bar(position = "fill") + scale_fill_viridis(discrete = TRUE)

```
Expand Down

0 comments on commit 18507ef

Please sign in to comment.