Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Mixing Sets

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.

Clone this wiki locally