Learn R Programming

MLP (version 1.20.0)

plotGOgraph: Graphical Representation of GO Based MLP Results

Description

Graphical Representation of GO Based MLP Results

Usage

plotGOgraph(object, nRow = 5, main = NULL)

Arguments

object
object of class MLP (as produced by the MLP function)
nRow
number of GO IDs for which to produce the plot
main
main title of the graph; if NULL (default) the main title is set to 'GO graph'

Value

GO graph is plotted to the current device

Examples

Run this code
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