Description Usage Arguments Value Author(s) Examples
View source: R/getSubtype.NCIgraph.R
Returns a list of @KEGGEdgeSubType objects describing each edge of the NCI network.
1 | getSubtype.NCIgraph(object)
|
object |
An |
A list
of KEGGEdgeSubType objects.
Laurent Jacob
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ##------------------------------
## Load NCIgraph
##------------------------------
library(NCIgraph)
##------------------------------
## Get some raw networks
##------------------------------
data("NCIgraphVignette", package="NCIgraph")
##------------------------------
## Parse them
##------------------------------
grList <- getNCIPathways(cyList=NCI.demo.cyList, parseNetworks=TRUE, entrezOnly=TRUE, verbose=TRUE)$pList
##----------------------------------------------------------------
##
## Get the subtype of the second network. Some activation and some
## inhibition edges.
##
##----------------------------------------------------------------
getSubtype.NCIgraph(grList[[2]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.