Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upVegan and Phyloseq #921
Vegan and Phyloseq #921
Comments
|
I have the same problem. The distance function works for "wunifrac" but not "bray". It seems there is a mismatch between the compiled library and phyloseq copies of vegan functions (see the following for a more complete discussion: [https://stackoverflow.com/questions/49882886/make-network-error-in-r-error-veg-distance-not-available-for-c-for-packag] I installed the developer phyloseq package 1.23.1 and an older vegan package 2.4-6, but neither solved the problem. |
|
My guess is the upcoming Bioconductor release will address this, installing the Github development version works for me. Using
|
|
Indeed, this seems to be solved by reinstalling Phyloseq from source.. I had posted this on a closed issue but still got this response from Jarioska: I'm still having some issues with previously-working-code... Hoping the new release of Phyloseq will patch things up somehow. |
Hi,
I just wrote this in another thread but then realized that the topic was closed, so I'll open a new one just in case, my apologies if it wasn't necessary.
I'm having issues with vegan and phyloseq when calling the function "distance".
I have been reading in the issues tracker for vegan, and also here, but I'm still unsure of the solution.
I have updated both packages (phyloseq also from source code).
As a recap, I have:
Any tips?
Thanks!