Description Usage Arguments Value Author(s) Examples
Drop species or features from the feature data frame that occur fewer than or equal to a threshold number of occurrences and fewer abundance than to a threshold abundance.
1 |
taxtab |
dataframe; a dataframe of species (or features), default is (n_sample, n_feature). |
rmode |
boolean; whether transpose the taxtab, default is False. |
minocc |
numeric; the threshold number of occurrences to be dropped, if < 1.0, it will be the threshold ratios of occurrences, default is 0. |
minabu |
numeric: the threshold abundance, if fewer than the threshold will be dropped, default is 0. |
a list contained feature dataframe dropped, and the call, arguments.
Shuangbin Xu
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.