Class Biojs.InteractionsGraph
Version
1.0.0_beta.
Extends
Biojs.Cytoscape.
Defined in: Biojs.InteractionsGraph.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <inner> |
Array containing the supported event names
|
| <inner> |
Default values for the options
|
| 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