Description Usage Arguments See Also Examples
Auxiliary function to estimate how non-random are associations of node degrees in network edges.
1 2 | topology2nd(NET, Lowercase = 1, col.1 = 1, col.2 = 2, echo = 1,
main = "Higher order topology")
|
NET |
Either a text network file or an R list imported with |
Lowercase |
Render gene/protein IDs lower-case. |
col.1 |
Number of the column in the input file that corresponds to node 1 (gene/protein ID). |
col.2 |
Number of the column in the input file that corresponds to node 2 (gene/protein ID). |
echo |
if execution progress should be reported. |
main |
The plot title. |
1 2 3 | file <- system.file("extdata", "Connectivity.FC1_full", package = "NEArender")
topology2nd(NET=file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.