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
Thanks for this game changing R package.
I am trying to import a phyloseq object using file2meco::phyloseq2meco.
My initial phyloseq object contains ASV sequences refseq() but it is missing from the microtable-class object generated using microtable-class object file2meco::phyloseq2meco.
data
microtable-class object:
sample_table have 116 rows and 26 columns
otu_table have 64 rows and 116 columns
tax_table have 64 rows and 7 columns
phylo_tree have 64 tips
Is it expected? How ot fix this?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks very much! I find I ignored the sequences conversion between phylsoeq and microtable. I have added this and updated file2meco package in github. It is ok now in my test. If necessary, please reinstall the package from github and try again.
Dear @ChiLiubio,
Thanks for this game changing R package.
I am trying to import a phyloseq object using
file2meco::phyloseq2meco
.My initial phyloseq object contains ASV sequences
refseq()
but it is missing from the microtable-class object generated using microtable-class objectfile2meco::phyloseq2meco
.Is it expected? How ot fix this?
Thanks
The text was updated successfully, but these errors were encountered: