JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 150
  • Score
    100M100P100Q90720F
  • License ISC

Custom HTMLELement for rendering SwissBiopics and representing which subcellular locations are available

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