regNetVis: regulatory Network Visual Function

View source: R/regNetVis.R

regNetVisR Documentation

regulatory Network Visual Function

Description

Regulatory network visualization based on the standard output of the function binaryRegulation or multieleRegulation.

Usage

regNetVis(regData, filterDegree, selectCREs, netLayout)

Arguments

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.

Value

regulatory network visualization

Examples

 regNetVis(regData = NULL, filterDegree = 20, selectCREs = "9978", netLayout = "layout_in_circle")

mortyran/NetLCP documentation built on Feb. 26, 2023, 11:33 a.m.