You need to load ggplot2 library before you define your style in a list.
Load scRNAseq data from our library below.
Choose the range of transcript length that you think is reasonable to be used for the plot.
Excluding extreme outliers by strategically filtering the data can help you focus more. Also use ggsignif to label out the p values of 2 organs that you're interested in color red so people can easily observe whether the difference is significant.
Please use the viridis coloring scheme here.
Let's focus on the organ types other than "other". Do you think these 2 cells are more likely to be of the same cell type or different cell types?
Add marginal histograms around both axes by ggExtra. Adding a y=x line on the plot can help you approximate the correlation of these 2 cells' RNA.
Discover a new ggplot2 extension from https://exts.ggplot2.tidyverse.org/gallery/ and try to use it below in a plot that you already made previously.
Suggestion: use gghalves extension to change the right half of geom_boxplots into half violin plots for information about distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.