Description Usage Arguments Value Author(s) Examples
View source: R/mirsynergy_utils.R
Generate tabulated module assignments and nodes for input to Cystoscape.
1 | tabular_module(V, W, H, outdir)
|
V |
Output from |
W |
An N by M edge weight matrix containing interaction strength between N mRNA and M miRNA. |
H |
An N by N edge weight matrix containing the binary interaction among the N mRNA (genes). |
outdir |
Path to save the nodes and edges files. |
nodes |
data.frame containing edges in each indexed module. Each edge (row) contain the edge weights, the edge type (MMI or GGI), and which module they belong to. |
edges |
data.frame containing nodes in each indexed module. Each node (row) contain the node name, type (mRNA/miRNA), and which module they belong to. |
Yue Li
1 2 3 | load(system.file("extdata/toy_modules.RData", package="Mirsynergy"))
tabular_module(V,W,H)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.