TobiasRubel / Pathway-Reconstruction-Tools

2 stars 0 forks source link

Remove outgoing edges from targets & incoming edges to sources #7

Open annaritz opened 4 years ago

annaritz commented 4 years ago

We need to make customized interactomes for each NetPath pathway, which removes incoming edges to receptors and outgoing edges from TFs. These should be generated and stored in a directory, rather than computed on-the-fly.

This may dramatically affect some of the methods that return small subgraphs (PCSF, BowTieBuilder, ResponseNet).

I have code to do this and can integrate when I'm done with the methods.