matrigraph_to_adjacency: Convert matrigraphs to weighted adjacency matrices

View source: R/matrigraph_to_adjacency.R

matrigraph_to_adjacencyR Documentation

Convert matrigraphs to weighted adjacency matrices

Description

Convert matrigraphs to weighted adjacency matrices

Usage

matrigraph_to_adjacency(output_matrigraph, weights_by = "MI_D")

Arguments

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.

Value

A list of weighted adjacency matrices

Examples

print("matrigraph_to_adjacency(output_matrigraph = matrinet_TCGA)")

KontioJuho/matrinetR documentation built on June 19, 2022, 3:56 p.m.