remove_rare | R Documentation |
This function removes rare feature based on revalence percentage and/or minimum count
remove_rare(x, minOTUcount = 10, prevalence_percent = 5)
x |
Vector of observations for a feature or a column of a feature from a feature matrix. |
Boolean. If a feature is within the defined criteria, return True, else False
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.