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...
by Biostatsquid | May 26, 2024 | Learning, Statistics
A short but simple explanation of density plots – easily explained with an example! Density plots are a great way to visualise the distribution of continuous variables. For example, you might want to find out within which range of weights most of your mice fall....
by Biostatsquid | Apr 2, 2024 | Learning, Machine learning, Statistics
A short but simple explanation of logistic regression – easily explained with an example! Logistic regression is a statistical model (also known as logit model) which is often used for classification and predictive analytics. But what is logistic regression?...