You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to use this sbgnviz.js to show my pathway inserct my frame of Django, so I need to insert this into html by citing the label of <script>. I saw your readme that "In plain JS you do not need to require the libraries you just need to register sbgnviz with the options". Exactly, I have no idea how to do. Could you give me (An example) some codes to how to visualize a specific pathways as detailed as possible? I have some format pathways, such as sbgn,sbml. I am looking foward to your reply.
The text was updated successfully, but these errors were encountered:
Is it possible to provide simple example showing how to use the various sbgnviz API in the same format as typical cytoscape extensions
A single demo.html showing how to use SBGNviz API to load a sbgn.xml file and display that.
e.g.
<linkhref="app/css/sbgnviz.css" rel="stylesheet"><scriptsrc="node_modules/sbgnviz/dist/sbgnviz.min.js"></script>
with other dependent stylesheet and cytoscape and cytoscape extension libraries.
Hi, I want to use this sbgnviz.js to show my pathway inserct my frame of Django, so I need to insert this into html by citing the label of <script>. I saw your readme that "In plain JS you do not need to require the libraries you just need to register sbgnviz with the options". Exactly, I have no idea how to do. Could you give me (An example) some codes to how to visualize a specific pathways as detailed as possible? I have some format pathways, such as sbgn,sbml. I am looking foward to your reply.
The text was updated successfully, but these errors were encountered: