Description Usage Arguments Value
View source: R/6_networkAnalysis.R
Function to return shortest path from multiple TFs to multiple targets in a dynamic network
1 | dynamic_shortest_path_multiple(grn, from, to, weight_column = "weighted_score")
|
from |
the starting TFs |
to |
the end TFs |
weight_column |
column name in grnDF with edge weights that will be converted to distances |
grnDF |
a dyanmic network |
dataframe with shortest path, distance, normalized distance, and action
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.