You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
Given the challenge of formatting all of the data exactly as required for
mbImpute()
:...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)
The text was updated successfully, but these errors were encountered: