Posts below are sorted by date published. Alternatively, explore posts by tags .
Given a set of corresponding points in two images, how can you align them? What if the pixel aspect ratios in the two images are different?
An introduction to cell mixture deconvolution and applications based on material taught in Stanford IMMUNOL 207, Spring 2020.
Why is the negative binomial distribution used to model sequencing read counts? What do FPKM and TPM mean? What are common models of differential gene expression and pathway analysis?
Use tqdm
or roll your own code snippets to quickly check the progress of your Python multiprocessing pools!
The behavior of Python multiprocessing pools depends on largely on the target functions.
Visual Studio Code is a powerful IDE, but configuring it can be challenging. I present an overview of how VSCode manages settings and my personal setup on a Windows 10 machine.