openGraphR Documentation

openGraph

Description

Send the JSONFile to http://labpib.fmrp.usp.br/ web server and to visualize a dynamic graph in the web browser.

Usage

  openGraph(JSONFile, classTable = NULL,
    openBrowser = FALSE)

Arguments

JSONFile

a file generated by createJSONToCytoscape function.

classTable

classification table generated by export.class.table function.

openBrowser

logical if FALSE, returns a URL link, if TRUE opens the web browser to access graph visualization.