transformation | R Documentation |
Common Transformations
getProportions(x)
getCLR(x)
x |
|
Common transformation in microbiome like proportions, clr.
getProportions
convert counts to relative abundance.
getCLR
convert counts to centred log transform 'clr'
Transformed phyloseq
Sudarshan A. Shetty
Shetty SA (2020). Utilities for microbiome analytics. https://github.com/RIVM-IIV-Microbiome/biomeUtils
library(biomeUtils)
data("FuentesIliGutData")
ps.rel <- getProportions(FuentesIliGutData)
ps.clr <- getCLR(FuentesIliGutData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.