subset_matrix_to_df {CommKern} | R Documentation |
Description of the convert matrices to data frame list for subnetworks function.
subset_matrix_to_df(func_matrix, str_matrix)
func_matrix |
a square, symmetric matrix to be used as the main input for
the |
str_matrix |
a square, symmetric matrix to be used as the guidance input
for the |
This is an ancillary function that creates a data frame list for the subnetworks created using the multimodal hierarchical spinglass algorithm.
A list of data frame containing the functional matrix, structural matrix, a data frame of the functional edge weights, a data frame of the structural edge weights, and nodal information (functional degree, structural degree, community assignment, and label information)