Class Index | File Index

Classes


Class Biojs.InteractionsGraph


Version 1.0.0_beta.

Extends Biojs.Cytoscape.

Defined in: Biojs.InteractionsGraph.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<inner>  
Array containing the supported event names
<inner>  
opt
Default values for the options
Method Summary
Method Attributes Method Name and Description
 
constructor(options)
Methods borrowed from class Biojs.Cytoscape:
add, backgroundBind, backgroundOne, backgroundTrigger, backgroundUnbind, bind, center, collection, edges, elements, filter, fit, load, nodes, one, pan, panby, remove, reset, trigger, unbind, zoom
Methods borrowed from class Biojs:
addListener, extend, getId, listen, raiseEvent, setEventHandlers, setOptions
Events borrowed from class Biojs.Cytoscape:
onCytoscapeReady
Class Detail
Biojs.InteractionsGraph()

Author: Jose Villaveces.
var instance = new Biojs.InteractionsGraph({
 	target: "YourOwnDivId",
 	dataSource: {
 		psicquicUrl: 'http://www.ebi.ac.uk/Tools/webservices/psicquic/intact/webservices/current/search/query',
 		proxyUrl: '../biojs/dependencies/proxy/proxy.php',
 		query: "brca2"
     },
     calculateWeight:true
});
Field Detail
<inner> eventTypes
Array containing the supported event names

<inner> opt
Default values for the options
Method Detail
constructor(options)
Parameters:
options

Documentation generated by JsDoc Toolkit 2.3.2 on Fri Aug 23 2013 13:38:37 GMT+0100 (BST)