if (require(GO.db) && require(Rgraphviz)){
pathExampleMLPResult <- system.file("exampleFiles", "exampleMLPResult.rda", package = "MLP")
load(pathExampleMLPResult)
plotGOgraph(exampleMLPResult, main = "GO Graph")
}
Run the code above in your browser using DataLab