net_noise | R Documentation |
This function takes a network and either adds or deletes a percentage of edges randomly
net_noise( network, mode = "add", perc = 0.1, source = "source", target = "target", seed = 42 )
network |
Network to modify. |
mode |
Whether to add ('add') or delete ('del') edges. |
perc |
Percentage of edges to modify per regulon. |
source |
Network's source column. |
target |
Network's target genes column. |
seed |
An integer to set the RNG state for random number generation. Use NULL for random number generation. |
Modified network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.