Description Usage Arguments Value Author(s) Examples
View source: R/AmigoDot.to.graphNEL.R
Converts an AmigoDot S4 object to a graphNEL object.
1 | AmigoDot.to.graphNEL(object)
|
object |
is a AmigoDot S4 object. |
gNEL |
is a graphNEL object. |
Markus Schroeder <mschroed@jimmy.harvard.edu>
1 2 3 4 5 6 7 8 | ## set GO ID's and color
#goIDs <- c("GO:0051130","GO:0019912","GO:0005783")
#color <- c("lightblue","red","yellow")
#
#dd <- getAmigoTree(goIDs=goIDs,color=color,
# filename="example",picType="dot",saveResult=FALSE)
#tt <- readAmigoDot(object=dd)
#AmigoDot.to.graphNEL(tt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.