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?...
by Biostatsquid | Mar 23, 2024 | BiostatTOOLS
Here is a compilation of useful webpages, publications, tools and other bioinformatic resources! To access my top bioinformatic tools and resources you can click here or just keep scrolling. If you’d know of any cool tool or website that’s missing, please...
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...