
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@intermine/biojs-vis-component-interaction-viewer
Advanced tools
Visualise Gene and Protein interaction networks.
Quickstart: There's a demo in index.html.
Longer:
<head>, add:<!-- the library for the webcomponent -->
<script src="dist/main.js" type="module"></script>
<!-- imjs is the library that loads data from intermine -->
<script src="http://cdn.intermine.org/js/intermine/imjs/3.15.0/im.min.js" charset="UTF-8"></script>
This links to the relevant scripts to define the component and fetch data.
<body>Where you want your webcomponent to appear, add the following:
<biojs-component-interaction-graph
intermineService="http://www.flymine.org/flymine/service/"
searchTerm="zen"
searchClass="Gene"
searchOrganism="D. melanogaster">
</biojs-component-interaction-graph>
Some notes on usage:
intermineService value must point to the webservices
from an InterMine. for a full list of InterMines, see registry.intermine.org.
e.g. if you are interested in rat data, set ratmine to be the url,
or for plants you might want legumemine or phytomine.searchOrganism The format for the organism name must be in abbreviated format - e.g.
D. melanogaster works, Drosophila melanogaster would not.searchTerm - must be an identifier for a Gene or ProteinsearchClass - choose either Gene or Protein. (Case matters)npm 6+, ideally installed via nvm.
Once this repo is cloned, in your terminal, run:
npm install
In your terminal, run
npx webpack
This uses hybrids.js to implement webcomponents easily.
FAQs
Visualise Gene and Protein interaction networks.
We found that @intermine/biojs-vis-component-interaction-viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.