adj2el | R Documentation |
Convert a bipartite adjacency matrix to an edgelist
adj2el(adj)
adj |
An adjacency matrix, with rows as TFs and columns as genes. |
An edge list dataframe with three columns. First column is TF name, second column is gene name, and third column is edge weight.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.