subset_matrix_to_df {CommKern} | R Documentation |
Convert matrices to list of data frames for subnetworks
Description
Description of the convert matrices to data frame list for subnetworks function.
Usage
subset_matrix_to_df(func_matrix, str_matrix)
Arguments
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 |
Details
This is an ancillary function that creates a data frame list for the subnetworks created using the multimodal hierarchical spinglass algorithm.
Value
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)