calculate_variant_within_group | R Documentation |
identify_group_variant_breakdown
calculate_variant_within_group
is used to identify proportion of different samples
having the same profile.
calculate_variant_within_group(pattern, meta, target, get_count = FALSE)
pattern |
list of sequences' pattern (profile) |
meta |
metadata of the sequences |
target |
column name of the target group |
get_count |
whether to return the count of samples rather than the raw number, default to FALSE. |
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.