PCA vs UMAP vs t-SNE

Understanding similarities and differences between dimensionality reduction algorithms: PCA, t-SNE and UMAP PCA, t-SNE, UMAP… you’ve probably heard about all these dimensionality reduction methods. In this series of blogposts, we’ll cover the...
How to remove doublets from scRNAseq data

How to remove doublets from scRNAseq data

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...