You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
JP de Vooght edited this page May 16, 2020
·
1 revision
nucoll supports mixing multiple sets of handles. The following example shows how to visualize the overlap between two handles oazanon and lemanamana using Gephi.
First, let's retrieve the data.
$ nucoll init oazanon
$ nucoll fetch -c 20000 oazanon
$ nucoll init lemanamana
$ nucoll fetch -c 20000 lemanamana
Next, we generate the combined GML file of handles from oazanon and lemanamana as follows.
$ nucoll edgelist oazanon lemanamana
nucoll recognizes that multiple handles are passed to edgelist. In that case, the subject attribute retains the origin of a particular handle. This can be used in Gephi to partition the network. Gephi will issue a warning when loading the .gml file if it sees duplicate node IDs. This occurs if a handle belongs to both sets.