vallenderlab / MicrobiomeR

A comprehensive and customizable R package for microbiome analysis.
https://vallenderlab.github.io/MicrobiomeR/
MIT License
20 stars 4 forks source link

Update the phyloseq_to_* functions. #2

Closed grabear closed 5 years ago

grabear commented 6 years ago

The phyloseqto* functions need a few updates:

grabear commented 6 years ago

Specifically phyloseq_to_excel() uses "rank" as a parameter. This was implemented only because get_correlation_plot() uses phyloseq::tax_glom() to study the data.

So ALL of the functions needed to be updated based on this

grabear commented 5 years ago

These functions are no longer relevant. Instead of using phyloseq objects for the data analysis, we are using metacoder for the data analysis. Phyloseq is now being suggested as the primary (but not only) means of importing data into R.