Description Usage Arguments Value
View source: R/gen_weights_edges.R
function to generate the weights of the edges given the combinations. It is automatically called by the geNet() function. the correlation coefficient and its pvalue is calculated using the cor.test function from the stat package. See the relative documentation for additional details.
1 | generate_df_scores(all_combs, binary_matrix, signif_test = "cor_test")
|
all_combs |
matrix of combinations |
binary_matrix |
binary matrix of presence/absences genes |
signif_test |
significance test to use.
|
Object of class "dataframe" containing the connections between the nodes and relative weights
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.