View source: R/diversities_help.R
diversities_help | R Documentation |
Get alpha diversity
diversities_help(counts_table, index = "all", zeroes = TRUE)
counts_table |
A dataframe with organism x sample |
index |
one of inverse_simpson,gini_simpson,shannon,fisher,coverage,unit |
zeroes |
A boolean for whether to ignore zero values |
A list of alpha diversity
diversities_help(matrix(seq_len(12), nrow = 3), index = "shannon")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.