Description Usage Arguments Value Examples
Get all the connections of interesting genes from regulatory map.
1 | buildNetwork(TFbindingTable, interactionmap, level = 3)
|
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 |
a dataframe or matrix of all the connections of interesting genes
1 2 3 | data("ce.interactionmap")
data("example.data")
xx<-buildNetwork(example.data$ce.bind, ce.interactionmap, level=2)
|
Loading required package: Rcpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.