Description Usage Arguments Value Author(s) See Also
View source: R/NetworkBurst_functions.R
Convert network burst data matrix to a list of dataframes. Each dataframe has rows representing wells while columns representing different timepoints(DIVs). The dataframe format alllows well level permutaiton based tests to be done much easier.
1 | nb_matrix_to_feature_dfs(matrix_and_feature_names)
|
matrix_and_feature_names |
The data matrix return by calling function calculate_network_bursts. |
Returns a list of dataframes, ith each representing a feature matrix, with rows for wells and columns for different timepoints(DIVs).
Quanli Wang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.