Chi Liu
Chi Liu
Hi. Sorry. It is a bug. The reason is plot_group_distance can not recognize the group parameter passing when cal_group_distance_diff function is not used. To temporarily resolve this, please use this:...
Also thank you for letting me know the tutorial is a little behind for the current package version.
Hi. How is your `t1` object created? Please attach an example with the data in the package. The error message shows there is no trans_ordination function in it. For the...
I guess the error comes from the dependent function of vegan package. Although there is no number limitation there, it is better to select some important variables.
Hi. The error says no such function in t1. I am not sure how it happened. Please also add the steps that show how t1 is created. Thanks.
Hi. Is your goal is to plot all the variables together like the example in the tutorial? If so, please use `for` cycle like the tutorial shows. If you just...
Please load the ggplot2 package: `library(ggplot2)` before running this.
Hi. Please use parameter passing. The parameters in Maaslin2 function of Maaslin2 package can be directly provided in the trans_diff. The `reference` is the parameter you need. Here is an...
Thanks. I will try to figure it out. Do you mean using the microeco package to do "downstream analysis" of the output of FuncDiv package? Chi
Thanks very much. I will learn more on it.