Easy violin plots tutorial in R with ggplot2

Easy violin plots tutorial in R with ggplot2

A step-by-step easy R tutorial to create and customise violin plots with ggplot2 In this easy, step-by-step tutorial you will learn how to create your own violin plots in R, including how to customise the colours, layout, create grouped violin plots, and more! If you...
SingleR tutorial: easy cell type annotation

SingleR tutorial: easy cell type annotation

A step-by-step easy R tutorial for cell type annotation with SingleR In this easy, step-by-step tutorial you will learn how to to do cell type annotation with the R package SingleR. SingleR is a popular reference-based automatic cell type annotation tool used to...
Easy survival analysis in R

Easy survival analysis in R

A step-by-step easy R tutorial for survival analysis, Cox regression and Kaplan-Meier curves In this easy, step-by-step tutorial you will learn how to conduct survival analysis in R, including log rank test, Cox regression, Kaplan-Meier curves, and more! If you are...
How to use italics in plots in R: easy tutorial

How to use italics in plots in R: easy tutorial

In this post, I will show you how to use italics in plots in R. This is very useful when you want to display gene names or species names correctly. You can easily customise your text in R plots to include italics, bold and more! To show you how you can italicize text...
Top visualisation tricks you should know in R

Top visualisation tricks you should know in R

Find out some of the best tricks and tips for visualisation in R! Having cool results is one thing, but being able to show those results is another. Choosing the right plot and making it attractive is just as important to get your message across clearly. In this post,...