Chi Liu
Chi Liu
For v1.7.0, when such error is coming, the function will return a stop message that "The parent and child nodes are not correctly recognized! Please try to use tidy_taxonomy function...
Hi. Thanks very much for your suggestion. I will try to do it in the coming days. Best regards, Chi
Hi @chrissy005 Good idea! There is only one tricky step. The reason is netConstruct function does not return an network object with `igraph` class. This is necessary in trans_network class....
Could you attach your data and script so that I can find out the reason? To save your data, please use `save` function as the tutorial shows (https://chiliubio.github.io/microeco_tutorial/notes.html#save-function).
Hi. When I load `ASV_net_spieceasi_mb.RData` you provided, the session only has `dataset`, which seems like the example dataset in microeco package, not the `ASV_net_spieceasi_mb` presented in the step. ``` load("ASV_net_spieceasi_mb.RData")...
Hi. I found that `cal_sum_links` require the label of edges to partition the links into positive and negative. I will update the package later. To temporarily solve this, we can...
Yes. The reason is it is made by the js, not R, for the interactive vis. So I will consider implement another visualization way. Thanks.
Hi. The parameter passing means you can use the parameters from chorddiag fundtion in the plot_sum_links function like this: ``` library(chorddiag) ?chorddiag # if you want to use categorynameFontsize, you...
Hi. New microeco version has been released and solved the adjustment of plot in plot_sum_links function. Another static plot based on circilize package has been implemented and can be easily...
Hi. It show that no significant feature is found under current parameters setting. Please try to use `alpha = 0.05`.