Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phyloseq support #276

Open
davidvilanova opened this issue Jun 18, 2019 · 1 comment
Open

phyloseq support #276

davidvilanova opened this issue Jun 18, 2019 · 1 comment

Comments

@davidvilanova
Copy link

Hello,
Would it be possible to have phyloseq support or an easy way of building a new gneiss object based on a phyloseq object.

Thanks

@mortonjt
Copy link
Collaborator

Hi @davidvilanova , that may require a substantial amount of work -- I can't currently envision near-term support for phyloseq compatibility.

There are two ways to currently go about this.

  1. Download the newick files and resulting model parameters in the qiime2 plugin and parse out those results using ape or another R package for parsing trees. You can also export the results from the ilr-transform provided in qiime2 - and import those transformed values into R.

  2. If you want to redo the ilr transform / statistical modeling to enable tightly coupled support with phyloseq, it maybe worth looking into the following packages. It should be possible, but will require a bit amount of software engineering to get the tree fully linked to the phyloseq objects.

https://github.com/jsilve24/philr
https://github.com/reptalex/phylofactor
https://cran.r-project.org/web/packages/compositions/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants