by Biostatsquid | Jun 20, 2024 | Tutorials, Visualisation
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...
by Biostatsquid | Nov 16, 2023 | Tutorials, Visualisation
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...
by Biostatsquid | Oct 1, 2023 | Tutorials, Visualisation
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,...
by Biostatsquid | May 20, 2023 | Tutorials, Visualisation
R TUTORIAL: Follow this step-by-step heatmap tutorial with pheatmap() to visualise your differential gene expression results in R Table of contents 5 Before you start 5 Heatmaps with pheatmap(): complete script 5 Step-by-step guide to create annotated heatmaps in R 9...
by Biostatsquid | Nov 8, 2022 | Tutorials, Visualisation
R TUTORIAL: Create your own volcano plot in R in 5 simple steps Table of contents 5 Before you start 5 Volcano plots in R: complete script 5 Step-by-step guide to create your volcano plot 9 Step 1: Set up your script 9 Step 2: Get the data ready 9 Step 3: Create a...