Description Usage Arguments Details Value Author(s) See Also Examples
Normalise a vector or count matrix to the range of 0-1.
1 | tss(abund)
|
abund |
A vector or a matrix/data.frame indicating the relative abundances of one or multiple samples, respectively. If a matrix/data.frame is provided, columns must refer to samples and rows to OTUs. |
Total Sum Scaling normalisation
Normalised vector or matrix.
Antton Alberdi, anttonalberdi@gmail.com
1 2 3 4 | data(bat.diet.otutable)
tss(bat.diet.otutable)
bat.diet.sample <- bat.diet.otutable[,1]
tss(bat.diet.sample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.