Function to return shortest path from multiple TFs to multiple targets in a dynamic network

dynamic_shortest_path_multiple(
  network_table,
  regulators,
  targets,
  weight_column = "weight"
)

Arguments

network_table

a dyanmic network

regulators

the starting TFs

targets

the end TFs

weight_column

column name in network_table with edge weights that will be converted to distances

Value

dataframe with shortest path, distance, normalized distance, and action