Description Usage Arguments Value
View source: R/Analysis_Functions.R
This function takes in a feature table and removes features that are found in less than the specififed cutoff
1 | remove_rare_features(table, cutoff_pro = 0.1, parallel = 1)
|
table |
The feature table that needs to be filtered |
cutoff_pro |
The cutoff proportion used to identify rare features. Defaults to 0.1 |
parrellel |
The number of threads used to perform filtering. Defaults to 1. |
Returns the filtered feature table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.