Description Usage Arguments Details Value Author(s) References Examples
A function to turn an adjacency matrix for a graph into a graphNEL object.
1 | mat2UndirG(V, mat)
|
V |
A vector of node names |
mat |
A square symmetric matrix indicating the presence of edges |
mat
is a square matrix with rows and columns corresponding to nodes in the graph. Entries of "0" indicate the lack of an edge. Since this is making an undirected graph, mat
must be symmetric.
A graphNEL object.
Denise Scholtens
Balasubramanian, et al. (2004) A graph theoretic approach to integromics - integrating disparate sources of functional genomics data.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.