Closed diffany-admin closed 9 years ago
Comment by svlandeg Tue Sep 9 12:18:36 2014
e.g. in osmotic reference network: at2g18790 at2g20180 validated_ppi symmetrical 1.0 affirmative at2g20180 at2g18790 validated_ppi symmetrical 1.0 affirmative
There is also this (which shouldn't affect things, but perhaps does): at2g20180 at2g18790 activation asymmetrical 1.0 affirmative
Comment by svlandeg Tue Sep 9 13:10:14 2014
fixed by altering NetworkCleaning.cleanEdges to have separate directed_pairs and symmetrical_pairs
Comment by svlandeg Tue Sep 9 14:48:28 2014
this broke junit tests!
Issue by svlandeg Mon Sep 8 15:01:32 2014
The osmotic network data does not seem to be properly cleaned before writing to file, e.g. few symmetrical PPI edges are recorded both as source-target as well as target-source.
This should be cleaned before writing, to avoid redundant processing times.