run_snf | R Documentation |
Helper function for running a single SNF config pipeline.
run_snf(i, dl, sc, return_sim_mats, sim_mats_dir, p)
i |
Row of settings_df and weights_matrix within SNF config to use. |
dl |
A nested list of input data from |
sc |
An |
return_sim_mats |
If TRUE, function will return a list where the first element is the solutions data frame and the second element is a list of similarity matrices for each row in the sol_df. Default FALSE. |
sim_mats_dir |
If specified, this directory will be used to save all generated similarity matrices. |
A list containing a cluster solution (numeric vector) and a the fused network used to create that cluster solution. The fused network is NULL if return_sim_mats is FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.