Description Usage Arguments Author(s) Examples
Takes a part of the output of the readAmigoDot function and creates a GML file by calling exportCytoGML().
1 2 |
adjMatrix |
adjacency matrix, parents in rows, children in cols. |
edgecolor |
character vector of the length of existing edges. |
vertexcolor |
character vector of the length of existing nodes. |
nodelabels |
character vector of the length of existing nodes. |
nodedescription |
character vector of the length of existing nodes. |
filename |
output filenames. |
Markus Schroeder <mschroed@jimmy.harvard.edu>
Benjamin Haibe-Kains <bhaibeka@jimmy.harvard.edu>
1 2 3 4 5 6 7 8 9 10 11 | ## 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)
#adjM2gml(adjMatrix(tt),relations(tt)$color,
# annot(tt)$fillcolor,annot(tt)$GO_ID,
# annot(tt)$description,"example")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.