
Another question is that, why do I have no option to set the degree in gephi?
What is the weight going to be used for?
Thank you very much for your help. I am pretty new to gephi and this really helps me a lot.seinecle wrote:Attached is a snapshot of your gdf example, imported in gephi and reworked the following way:
- run the modularity module in the stat tab
- partition according to the modularity class
- layout with openord (Force Atlas is too slow for your network, I did not realize it was so big)
- "expand" layout, x 4
- ranking for degree, rezise from 0 to 30.
The modularity score was low (0.2), when 0.4 is indicated as a minimum for being significant. So maybe that the two communities do not make real sense - you go back to the data and make your own opinion.
Also, your data has no attributes - which would have been useful for further exploration. Anyway!
Best,
Clement
Clement,seinecle wrote:Hey,
So, to expand the layout, you actually choose a layout by this name in the layout table (called "expand"), and input 4 as a parameter in its parameter window.
For the partition, indeed sometimes the drop down menu is empty even when it should not. In this case, click on the "refresh" button (in the shape of two green arrows forming a circle) just on the left of the drop down menu, then check again the drop down menu - the attributes for partitioning should appear now.
"Modularity" is a function that you can run from inside the stats window, which launches the Louvain algorithm. This algorithm looks at the edges in the network, and detects the groups of nodes more densely interconnected by edges than they are connected with the rest of the network. Basically, it detects communities of nodes in the network. A detailed description of the steps followed by the algorithm is here:
http://iopscience.iop.org/1742-5468/200 ... P10008.pdf
In practice, this algo creates a new column of attribute for each node. The number in this column indicates to which community this node belongs, according to the communities detected by the algo ("0" = belongs to community 0, "1" = belongs to community 1, etc).
Finally, for the openord layout. I forgot that this layout is not included in the basic package of gephi. It is a plugin that you can download. For that, in the gephi menu, choose "Tools", then "Plugin", then select one of the tabs ("download" I think, but I am not so sure), and download and install the openord plugin. Once installed, it will appear in the list of available layouts in the layout tab.
I played a bit with your new gdf file with attributes. I could not find anything really striking, except for one anomaly: one of the nodes has a very high centrality (as measured by its pagerank, available in the stats tab). I resized the nodes so that the bigger the node, the higher the pagerank. But contrary to the rest of nodes with very high page rank, this big node has a very low reputation (as indicated by its green color, whereas other big nodes are red or blue, indicating middle to high reputations). How come that such a well connected node does not correlate with a high reputation?
(on the snapshot below, I selected this node so that its detail appear in the "edit" window on the top right.)
Best,
Clement