cmmr / rbiom

Interact with Biological Observation Matrix files.
https://cmmr.github.io/rbiom/
Other
12 stars 0 forks source link

Added taxa_max #20

Closed TKMarkCheng closed 3 months ago

TKMarkCheng commented 3 months ago

Adds a taxa_max function to get the max abundance of all taxa in matrix.

dansmith01 commented 3 months ago

Thanks @TKMarkCheng for the contribution!

dansmith01 commented 3 months ago

The latest version of rbiom replaces taxa_max(biom) with taxa_apply(biom, max, sort = 'desc') as a more flexible generic.