by Biostatsquid | Aug 25, 2024 | scRNAseq, Tutorials
A step-by-step easy R tutorial to detect and remove doublets from scRNAseq data In this easy, step-by-step tutorial you will learn how to do some general doublet QC and remove doublets from our Seurat object in R for scRNAseq data. This is part 3 of my tutorial series...
by Biostatsquid | Aug 18, 2024 | scRNAseq, Tutorials
A step-by-step easy R tutorial to detect and remove doublets using DoubletFinder in R In this easy, step-by-step tutorial you will learn how to detect and remove doublets from scRNAseq data in R, using the R package DoubletFinder. First things first. What are...
by Biostatsquid | Aug 18, 2024 | scRNAseq, Tutorials
A step-by-step easy R tutorial to detect and remove doublets using scDblFinder in R In this easy, step-by-step scDblFinder tutorial you will learn how to detect and remove doublets from scRNAseq data in R, using the R package (you guessed it!) scDblFinder . First...
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 | Jun 16, 2024 | Learning, Statistics
A short but simple explanation of boxplots and violin plots – easily explained with an example! Violin plots and boxplots are a great way to visualise and compare a continuous variable across different groups or categories. For example, you might want to find...