How to use DESeq2's variance stabilizing transformation with microbiome data (CC195)

March 14, 2022 • PD Schloss • 1 min read

Performing microbiome analyses using variance stabilizing transformation from DESeq2 has been recommended as an approach to control for uneven sampling effort so that we can avoid using rarefaction in analyses. In this Code Club, Pat will use vst to transform his microbiome data and then assess whether distances calculated from these distances are sensitive to uneven sampling effort. He’ll compare these distances to those calculated using rarefaction. Which approach do you think is most sensitive to uneven sampling effort? He’ll show how to synthesize and visualize the data using tools from vegan, DESeq2, dplyr, ggplot2 and other tidyverse packages.

Code

You can browse the state of the repository at the