Skip to content

Shortest Paths-based Orientation PRA reimplementation

Reed-CompBio/sp-orientation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortest Paths Network Orientation

This implements the ILP solution of network orientation from the paper Network orientation via shortest paths.

Input

This takes a mixed graph as its interactome, which is a headerless .tsv containing the source, node, direction ∈ {U, D}, and weight ∈ [0, ∞).

This also takes in a sources file and a targets file, both formatted as a newline-separated list of nodes to act as sources and targets for network orientation.

About

Shortest Paths-based Orientation PRA reimplementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages