updateGlobalGraph: keggGlobalGraph: Construct global graph of KEGG signaling...

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

keggGlobalGraph: Construct global graph of KEGG signaling pathways.

Usage

1
2
updateGlobalGraph(globalGraph, edgesToremove = list(c("hsa:6657",
  "hsa:79923")))

Arguments

globalGraph

KEGG global graph as object of type graphNEL

edgesToremove

An object of class list encoding edges need to be removed from the graph

Details

See cited document for more details.

Value

An object of class graphNEL encoding the KEGG global graph information.

Author(s)

Azam Peyvandipour and Sorin Draghici

References

#' Draghici S., et.al.: "A systems biology approach for pathway level analysis". Genome Research, 17, 2007.

See Also

keggPathwayGraphs, keggGlobalGraph

Examples

1
2
3
4
5
6
7
8
9
library(graph)
gg<-keggGlobalGraph()
class(edges(gg))
length(unlist(edges(gg)))
allEdges<-edges(gg)
allEdges$`hsa:2065`
ggUpdated<-updateGlobalGraph(gg,edgesToremove=
list(c("hsa:2065","hsa:2549"),c("hsa:2065","hsa:25759")))
length(unlist(edges(ggUpdated)))

azampvd/DrugDiseaseNet documentation built on May 7, 2019, 8:58 p.m.