Description Usage Arguments Value See Also Examples
View source: R/createUnipartiteNet.R
createUnipartiteNet
generates an undirected microRNA co-expression netwwork with vertices assigned different colors to observe the community structure.
1 2 3 4 5 6 7 | createUnipartiteNet(
adjm,
filename = NULL,
layout = layout_nicely,
Vsize = 7,
Vcolor
)
|
adjm |
The adjacency matrix. |
filename |
The name specified to the output igraph object and figure. |
layout |
The layout function to apply to a graph, refer to |
Vsize |
Numeric, the size of the vertices. |
Vcolor |
A vector, with entries specifying colors of vertices. |
A 'rda' file with the igraph object, and a 'pdf' file with the plotted graph.
igraph
for all available layouts.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.