Package Exports
- @swissprot/swissbiopics-visualizer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@swissprot/swissbiopics-visualizer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
swissbiopics-visualizer
Custom HTMLELement for visualizing subcellular locations using SwissBiopics, an expert curated resource of cell images.
Usage
Installation
npm i --save-dev @swissprot/swissbiopics-visualizer
Import in app
import '@swissprot/swissbiopics-visualizer';
Attributes
Attribute name | Function |
---|---|
taxid | NCBI taxonomy identifier |
sls | UniProt Subcellular Locations idetifers (can be stripped of leading 'SL-' and '0' |
go | GO Component id's that will be mapped to UniProt Subcellular Location id's before showing |
Example
index.html file
Building
npm install
npm run build:prod
npm publish