Description Usage Arguments Value
View source: R/compute_scores.R
Compute the concordance scores of nodes in a network
1 | compute_concordance(scaffold, nodes_info)
|
scaffold |
A dataframe with a scaffold interaction in each row. Columns should be named "From" and "To". |
nodes_info |
A dataframe with the ternary bins for each node and the ratio of samples in each group that map to the two upper tertiles. Use the output dataframe from compute_abundance function. |
A dataframe with the concordance score for each edge in the scaffold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.