View source: R/matrigraph_to_adjacency.R
matrigraph_to_adjacency | R Documentation |
Convert matrigraphs to weighted adjacency matrices
matrigraph_to_adjacency(output_matrigraph, weights_by = "MI_D")
output_matrigraph |
The output from the matrinet_estimate function. |
weights_by |
Column name in the matrigraph edge.df by which the network weigts are defined. |
A list of weighted adjacency matrices
print("matrigraph_to_adjacency(output_matrigraph = matrinet_TCGA)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.