Is richness estimation an alternative to rarefaction? Trying breakaway and Chao1 (CC201)

April 4, 2022 • PD Schloss • 1 min read

Richness estimation has been proposed as an alternative to rarefaction because the estimate should be independent of sampling effort. But is it? In this episoe of Code Club, I use the breakaway package in the context of nest, mutate, map, and unnest to assess the sensitivity of richness estimation to sampling effort. I’ll show how to get data into the right format to run these functions and how to get the output into the tidyverse. You can find my blog post for this episode at https://www.riffomonas.org/code_club/2022-04-04-estimation. The data were generated in our Kozich et al. 2013 paper (http://doi.org/10.1128/AEM.01043-13) using samples from the Schloss et al. 2012 paper (http://doi.org/10.4161/gmic.21008).

Code

You can browse the state of the repository at the