cvborkulo / NetworkComparisonTest

Statistical comparison of two networks with respect to three invariance measures
21 stars 21 forks source link

Community function in NCT #39

Open arunghoshal opened 1 year ago

arunghoshal commented 1 year ago

I spotted that bridge function, but I still can't seem to figure out the communities thing. I haven't been able to specify communities using the bootnet package or indeed NCT. I get that I would need to use something like EGAnet to detect the communities and then specify the found communities in bootnet/NCT, but I can't figure out the command to do so.

would you be able to guide me on this, please

KarolineHuth commented 1 year ago

Hi @arunghoshal,

have a look at this issue https://github.com/cvborkulo/NetworkComparisonTest/issues/21#issue-531601990. Here they specify how you can use the bridge function within NCT.

In case you are unsure how to use EGAnet, please refer to their help file.

Hope this helps