eQTLsNetVis | R Documentation |
eQTLs Regulatory network visualization based on regData and eQTLsData.
eQTLsNetVis(regData, eQTLsData, filterDegree, selectCREs, netLayout)
regData |
the standard output of the function binaryRegulationExtract or multieleRegulation. |
eQTLsData |
the standard out of the function eQTLsDetection. |
filterDegree |
an integer for filtering the nodes. |
selectCREs |
a vector of elements or CREs. |
netLayout |
layout of network, including "layout_in_circle" or "layout_nicely". |
eQTLs Regulatory network visualization
eQTLsNetVis(regData = NULL, eQTLsData = NULL, filterDegree = 100, selectCREs = "MIMAT0000423",netLayout = "layout_in_circle")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.