Description Usage Arguments Value Author(s) Examples
Function to permutate node labels of a given network.
1 | permutateNodes(network)
|
network |
Network in graphNEL or igraph format. |
Network with permutated labels.
Marcus Dittrich
1 2 3 4 5 6 | library(DLBCL)
data(interactome)
# remove self-loops before permutating the labels
interactome <- rmSelfLoops(interactome)
perm.net <- permutateNodes(interactome)
perm.net
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.