buildNetwork: construct the regulatory network

Description Usage Arguments Value Examples

Description

Get all the connections of interesting genes from regulatory map.

Usage

1
buildNetwork(TFbindingTable, interactionmap, level = 3)

Arguments

TFbindingTable

a matrix or data.frame with interesting genes. Column names must be 'from', 'to'

interactionmap

Transcription regulatory map. Column names of interactionmap must be 'from','to'

level

Depth of node path

Value

a dataframe or matrix of all the connections of interesting genes

Examples

1
2
3
data("ce.interactionmap")
data("example.data")
xx<-buildNetwork(example.data$ce.bind, ce.interactionmap, level=2)

Example output

Loading required package: Rcpp

GeneNetworkBuilder documentation built on Nov. 8, 2020, 8:24 p.m.