Is it valid to interpret rarefaction curves from DADA2 denoised feature table?

Hello,

I wonder if we are allowed to interpret rarefaction curves from a DADA2-denoised feature table, since I read that Good's coverage is not valid after DADA2 denoising because singletons are filtered out by default (see the topic below).

Can we still consider samples whose curves reach the asymptote as having sufficient sequencing depth?

Cheers,
Jérémy Tournayre

Hi @JeremyTournayre,

You can of course interpret rarefaction curves in general after DADA2, but I think as the topic points out Good’s coverage should probably not be the curve you use. Doing something simple like observed features, Shannon, and Faith’s PD are all still completely fine.

The other index that comes to mind as being a problem post-DADA2 would be Chao1 which also looks at singletons.


Now if you must use one of these singleton-based indices, then there is an option in DADA2 called “pooled” and “pseudo”. These in principle would permit singletons if say an ASV cluster is decided in sample A but is then seen once in sample B. (The cluster in A allows a singleton in B instead of that ASV being sent to a nearby cluster within B.) But I would probably opt for using a non-singleton index, because that situation is probably somewhat rare and I have no description for how much that would or wouldn’t bias a given index.

3 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.