View source: R/summarizeTaxa.R
summarizeTaxa | R Documentation |
Get mean and SE of features
summarizeTaxa(
dataset = NULL,
factor = NULL,
ranks = NULL,
allRanks = F,
meansOnly = F,
pivoted = T
)
dataset |
MicroVis dataset. Defaults to active dataset |
factor |
Factor along which to conduct beta-diversity analysis |
ranks |
Ranks at which to summarize features |
allRanks |
If set to TRUE, will summarize features at all ranks. Defaults to FALSE |
meansOnly |
Only return the means and not SE |
pivoted |
If set to TRUE, the returned table will have each group of the factor in its own column |
Table with the means +/- SE for features in each group of the dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.