Usage
complete_trace(g1,g2,
taxnames,
node1,
node2,
maxdistance=0,
maxtime=3600,
maxnode=0,
maxcores=1
)
Arguments
g2
the augmented network Y with additional nodes (all the original nodes from X must be present in the augmented network Y)
taxnames
the taxon name of the nodes added to the original graph (default: we select all nodes that are not in g1)
node1
the from node (either the node name or the node number) of the path to investigate
node2
the to node (either the node name or the node number) of the path to investigate
maxnode
the maximum number of augmented nodes in network Y to take into account (default=0, no maximum number of augmented nodes to take into account. The augmented nodes are sorted by distance to the investigated node pairs by the algorithm.)
maxtime
the maximum search time per pathway (default=3600 seconds)
maxdistance
the maximum search distance to the added nodes in network Y (default=0, no maximum distance for augmented nodes to take into account)
maxcores
maximum number of cores to use (default=1, use 0 to use half of the total cores available )