AmigoDot.to.graphAM: Converts an AmigoDot S4 object to a graphAM object.

Description Usage Arguments Value Author(s) Examples

View source: R/AmigoDot.to.graphAM.R

Description

Converts an AmigoDot S4 object to a graphAM object.

Usage

1

Arguments

object

is a AmigoDot S4 object.

Value

gAM

is a graphAM object.

Author(s)

Markus Schroeder <mschroed@jimmy.harvard.edu>

Examples

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.graphAM(tt)

RamiGO documentation built on May 2, 2018, 3:30 a.m.