Description Usage Arguments Value Examples
View source: R/gen_weights_edges.R
generate_final_df
function to generate the final df of scores based on the weights of edges generated by the generate_df_scores_ff() function. It is called automatically by the geNet() function
1 | generate_final_df(binary_matrix, n_cores = 1, test = "cor_test")
|
binary_matrix |
binary matrix of presence/absences genes |
n_cores |
number of cores to use. Default to 1. |
test |
significance test to use.
|
Object of class "ffdf" containing the connections between the nodes and relative weights
1 | ## Not run: generate_final_df(binary_matrix,progress=F,n_cores=1,test="cor_test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.