loadNetworkFromJSONFile {cyjShiny} | R Documentation |
Load a standard cytoscape.js JSON network file
Description
Load a standard cytoscape.js JSON network file
Usage
loadNetworkFromJSONFile(filename)
Arguments
filename |
character string, either relative or absolute path. |
Value
Nothing
Examples
## Not run:
loadNetworkFromJSONFile(system.file(package = "cyjShiny", "extdata", "galFiltered.cyjs"))
## End(Not run)
[Package cyjShiny version 1.0.42 Index]