calculate_simpson_by_group | R Documentation |
calculate_simpson_by_group
calculate_simpson_by_group
is used to calculate Simpson's index.
Which is in the range of 0-1, where the greater the value,
the more diverse the population.
calculate_simpson_by_group(pattern, meta, target)
pattern |
list of sequences' pattern (profile) |
meta |
the metadata |
target |
the target column name |
Will return the Simpson's index of the list of patterns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.