by Biostatsquid | Oct 21, 2023 | Learning, Statistics
A simple introduction to survival time analysis, Kaplan-Meier curves, Cox regression and more! Survival time analysis isĀ really common in biostatistics. You might have heard of Kaplan-Meier curves, Cox regressions or the log rank test. In clinical trials, survival...
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 | Sep 24, 2023 | Learning, Statistics
Confidence intervals, confidence level and p-values simply explained! Let’s talk about p-values and confidence intervals! They’re very common statistical terms, and I thought I had a clear understanding of what both are, but turns out that language can be...
by Biostatsquid | Sep 4, 2023 | scRNAseq, Statistics in R, Tutorials
A step-by-step R tutorial on performing Gene Set Enrichment Analysis with R package fgsea In this tutorial you will learn how to conduct Gene Set Enrichment Analysis (GSEA) using R-package fgsea. This package implements an algorithm for fast gene set enrichment...
by Biostatsquid | Jul 9, 2023 | scRNAseq, Tutorials
A step-by-step R tutorial on performing pathway enrichment analysis with clusterProfiler in R Note! This is an updated version of ORA analysis with clusterProfiler which doesn’t correspond exactly to the video tutorial! Click here for the old version. Table of...