Skip to contents

Prints detailed information regarding the use of rarefaction in microbiome analysis, its implications, and relevant literature.

Usage

rarefaction_help()

Value

invisible

Examples

rarefaction_help()
#> ── Rarefaction in Microbiome Analysis ──────────────────────────────────────────
#> 
#>  What is Rarefaction? It is a process that randomly subsamples the data to a specified depth to account for differences in sequencing depth between samples.
#> 
#> ! The Controversy:
#>  It can lead to an irreversible loss of information.
#>  It can lead to false positives in differential abundance testing.
#> 
#>  Reproducibility: If performed with a set seed, it ensures reproducible results, but removes randomness in the subsampling process.
#>  More info: <https://microbiomejournal.biomedcentral.com/articles/10.1186/s40168-019-0650-2>
#>