ChiLiubio / meconetcomp

Compare microbial co-occurrence networks based on the trans_network class of microeco package
GNU General Public License v3.0
4 stars 0 forks source link

Function get_adjacency_matrix doesn't work #2

Open GuillaumeSwB opened 1 year ago

GuillaumeSwB commented 1 year ago

Hi, I'm struggling to use the get_adjacency_matrix function to obtain all the adjacency matrices of my networks.

I followed the example provided in the paper https://onlinelibrary.wiley.com/doi/full/10.1002/imt2.71, to get the edge tables (> list_networks %>% get_edge_table) changing "get_edge_table" by the "get_adjacency_matrix" function without any success.

Thank you for your help,

Regards,

Guillaume

ChiLiubio commented 1 year ago

Hi Guillaume,

Could you paste a toy example (if the data is large or complex) that I can reproduce your error or issue? It is also ok to use the example data to get the issue in the package. Thanks.

Best, Chi