microbiome / mia

Microbiome analysis
https://microbiome.github.io/mia/
Artistic License 2.0
45 stars 25 forks source link

Faith index #522

Open antagomir opened 2 months ago

antagomir commented 2 months ago

We co-authored a fast Faith index calculation, potentially this could be called from R: https://genome.cshlp.org/content/31/11/2131

Ideally, we could utilize the same fast solution by calling it from mia. This might be doable, instead of using slower implementations in external R pkgs.

Leo