powered by
Pathway
buildPathway(id, title, edges, species, database, identifier, timestamp=NULL)
Must have the following columns: src, dest, direction and type.
Direction must be one of the two strings: "directed" or "undirected".
buildPathway
Pathway-class
edges <- data.frame(src="672", dest="7157", direction="undirected", type="binding") pathway <- buildPathway("#1", "example", edges, "hsapiens", "database", "ENTREZID")
Run the code above in your browser using DataLab