buildNetwork | R Documentation |
Get all the connections of interesting genes from regulatory map.
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
data("ce.interactionmap")
data("example.data")
xx<-buildNetwork(example.data$ce.bind, ce.interactionmap, level=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.