Description Usage Arguments Details Author(s) Examples
View source: R/AmigoDot.to.Cyto.R
Opening the AmigoDot graph in Cytoscape through RCytoscape.
1 | AmigoDot.to.Cyto(object)
|
object |
is a AmigoDot S4 object. |
See http://rcytoscape.systemsbiology.net/versions/current/ and http://www.bioconductor.org/packages/release/bioc/html/RCytoscape.html for details on how to install and use RCytoscape.
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.Cyto(tt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.