regNetVis | R Documentation |
Regulatory network visualization based on the standard output of the function binaryRegulation or multieleRegulation.
regNetVis(regData, filterDegree, selectCREs, netLayout)
regData |
regData standard output of the function binaryRegulation or multieleRegulation. |
filterDegree |
an integer for filtering the nodes. |
selectCREs |
a vector of elements or CREs. |
netLayout |
the layout of network. |
regulatory network visualization
regNetVis(regData = NULL, filterDegree = 20, selectCREs = "9978", netLayout = "layout_in_circle")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.