Description Usage Arguments Value Examples
The network file should contain three columns with headers, "Source" "Target" "Type" Here "Source" and "Target" are the names of the genes and "Type" refers to the regulation, "1" if source activates target and "2" if source inhibits target.
1 | setNetwork(object, network, networkName)
|
networkFile |
Network file name |
Network as a list
1 2 3 4 | network <- readRDS("data/demoNetwork.RDS")
demoNetwork <- setNetwork(demoNetwork, network)
demoNetwork <- racipeSet()
demoNetwork <- setNetwork(demoNetwork, "inputs/demo.net")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.