Description Usage Arguments Value Examples
View source: R/networkFromGenes.R
By providing a list of given genes, build a network for input of filterNetwork.
1 | networkFromGenes(genes, interactionmap, level = 3)
|
genes |
A vector of character for interested genes. |
interactionmap |
Transcription regulatory map. Column names of interactionmap must be 'from','to' |
level |
Depth of node path |
a list with elements: rootgene: The nodes with maximal connetions. sifNetwork: Transcription regulatory network table.
1 2 3 4 | data("ce.interactionmap")
data("example.data")
genes <- as.character(example.data$ce.bind$from)
xx<-networkFromGenes(example.data$ce.bind, ce.interactionmap, level=2)
|
Loading required package: Rcpp
No transcription regulatory network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.