Description Usage Arguments Details Value Author(s) See Also Examples
utils: utility functions names in which there is an edge between the given nodes
1 | edgeData_keggPathwaygraphs(edgeFrom, edgeTo, updateKEGG = FALSE)
|
edgeFrom |
A character of node name |
edgeTo |
A character of node name |
updateKEGG |
re-download KEGG data |
#' Draghici S., et.al.: "A systems biology approach for pathway level analysis". Genome Research, 17, 2007.
A character vector of KEGG pathway names in which edge (edgeFrom, edgeTo) exists
Azam Peyvandipour and Sorin Draghici
keggPathwayGraphs,keggPathwayNames
1 2 3 4 | pathways<-edgeData_keggPathwaygraphs(edgeFrom="hsa:208",
edgeTo="hsa:2309",updateKEGG=FALSE)
class(pathways)
head(pathways)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.