Description Usage Arguments Value Examples
Graphical Representation of GO Based MLP Results
1 | plotGOgraph(object, nRow = 5, main = NULL, nCutDescPath = 30)
|
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' |
nCutDescPath |
number of characters at which the pathway description should be cut (inserted in a new line), 30 by default |
GO graph is plotted to the current device
1 2 3 4 5 | if (require(GO.db) && require(Rgraphviz)){
pathExampleMLPResult <- system.file("exampleFiles", "exampleMLPResult.rda", package = "MLP")
load(pathExampleMLPResult)
plotGOgraph(exampleMLPResult, main = "GO Graph")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.