Dan Bean

Results 6 issues of Dan Bean

filterNetworksByCommonSource prints a count for source nodes using networkA['sourcenodes'] = networkA['graph'].vs(type_eq=networkA['sourcetype'])['name'] however if sourcetype and targettype are the same, this will be the count of ALL nodes, not just source...