View source: R/shuffle_network.R View source: R/misc_helper_functions.R
make_network_matrix | R Documentation |
Convert edge list network format to matrix format, including row normalization.
Convert network edge list to stoichiometric matrix
make_network_matrix(rxn_table)
make_network_matrix(rxn_table)
rxn_table |
edge list network |
list of two matrices, one with NAs filled in with zeros, one without, as first two outputs of generate_genomic_network
list of two matrices of compounds x genes, one with NAs to indicate lack of relationship vs. neutral and one with all zeros
make_network_matrix(randomized_edge_list)
make_network_matrix(ko_net[[3]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.