by Biostatsquid | Mar 11, 2024 | scRNAseq, Tutorials
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...
by Biostatsquid | Dec 17, 2023 | Statistics in R, Tutorials
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...
by Biostatsquid | Nov 26, 2023 | Learning, Statistics
A simple explanation of Cox regression and hazard ratios for survival time analysis Survival time analysis studies a variable with a start time and an end time, which is when a certain event occurs. The event could be death, but also be relapse after chemotherapy, a...
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 | Nov 7, 2023 | Learning, Statistics
A simple explanation of the log rank test to evaluate differences between survival curves Previously, we talked about survival analysis and the Kaplan-Meier curve. In this post, I will explain how to interpret the log rank test for survival analysis. Before we start,...