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 integration #5

Open
nick-youngblut opened this issue Mar 23, 2021 · 2 comments
Open

phyloseq integration #5

nick-youngblut opened this issue Mar 23, 2021 · 2 comments

Comments

@nick-youngblut
Copy link

Given the challenge of formatting all of the data exactly as required for mbImpute():

  • condition
    • vector in the same order as the sample order used for the OTU table
  • OTU
    • "wide" matrix format, with column names as taxon IDs and row names as samples
  • metadata
    • data.table with rownames that match the sample IDs in the OTU table
  • D
    • phylogeny distance matrix in which the row and column orders much match the OTU ID order in the OTU table

...it would be VERY helpful to provide support for phyloseq objects so that the user doesn't have to worry about all of this formatting (and less chance of getting the order wrong)

@fenguoerbian
Copy link

Currently in phyloseq, distance is sample-wise, not taxon-wise. But this package requires a taxon-wise distance matrix. I think this is one thing to be worked out.

@ruochenj
Copy link
Owner

Dear users,

Thank you for your interest in our package, I am working on the integration of the phyloseq. I will let you know when I finish.

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

3 participants