Description Usage Arguments Value
View source: R/6_networkAnalysis.R
Function to return shortest path from 1 TF to 1 TG in a static network
1 2 3 4 5 6 7 | static_shortest_path(
grnDF,
from,
to,
weight_column = "weighted_score",
compare_to_average = FALSE
)
|
grnDF |
a static network dataframe |
from |
the starting TF |
to |
the end TF |
weight_column |
column name in grnDF with edge weights that will be converted to distances |
compare_to_average |
if TRUE will compute normalized against average path length |
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.