[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Finding nodes that share more than one edge
Page 1 of 1

Finding nodes that share more than one edge

Posted: 02 Feb 2018 12:26
by rjalex
Dear friends,
I have a bipartite oriented graph modeling a metabolic network with two types of molecules: xenobiotics (drugs and other biological exogenous substance) and their metabolizing enzymes.

Have three types of relations:
  • An enzyme can metabolize a xenobiotic
  • A xenobitoc can inhibit an enzyme
  • A xenobiotic can augment an enzyme
In some (rarish) cases a xenobiotic is both metabolized by an enzyme but at the same time it also inhibits or augments the same enzyme.

This is modeled with two oriented arcs between the two molecules, one expresses the metabolizes relation while the other the inhibits.

Is there a way to filter the graph to only show these doubly linked molecules?

Thank you

Re: Finding nodes that share more than one edge

Posted: 02 Feb 2018 12:40
by eduramiba
Hi,
The multimode networks plugin might be useful: https://seinecle.github.io/gephi-tutori ... ph-en.html

Re: Finding nodes that share more than one edge

Posted: 02 Feb 2018 14:16
by rjalex
Very interesting. I'll never stop learning :-)
Thank you very much