The APSP algorithm is also a pathway reconstruction algorithm that connects every source to every target, returning the induced edge subnetwork from these paths.
usage: allpairs.py [-h] --network NETWORK --nodes NODES --output OUTPUT [--directed | --no-directed]
allpairs.py: error: the following arguments are required: --network, --nodes, --output
Where:
networkis a weightedtsvedgelist (source,target,weight)nodesis a no-header tsv of node names and their type (source/target)outputis the place to output the subnetwork--directed/--no-directedspecifies whether the interactome is fully undirected or fully directed.