Closed rsiani closed 3 years ago
Hi Could you please try to run the scripts using the example dataset in the file2meco README? I can not make sure where the issue come from now. This seems like the wrong installation of microeco. If failed again, please try to delete the package file manually in the library directory of R installation path. Then install microeco again. Please feel free to tell me if this not work.
Best Chi
Hi, all great! First trial didn't work, but after manually deleting the folder, I could normally convert phyloseq to microtable. Thanks for the prompt reply and all the best! Let me know in the future if you would need help with your project :)
Hi, I am facing a similar issue with microeco package. I am trying to convert a phyloseq object into a microeco object, but it fails:
Here is the code:
install.packages("microeco") library(microeco) meco <- phyloseq2meco(king_filt)
Error in phyloseq2meco(king_filt) : could not find function "phyloseq2meco"
Any help would be gladly appreciated :)
Hi, I was trying to convert a phyloseq object to your microtable class, but I run into this error:
I tried to reinstall the package microeco package but it did not help. I should add that I had no problem converting the same phyloseq object prior to the latest updates (so when the function phyloseq2meco was still in the main package).