How to use protvista-sequence - 1 common examples

To help you get started, we’ve selected a few protvista-sequence examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ebi-webcomponents / nightingale / packages / protvista-coloured-sequence / src / protvista-coloured-sequence.js View on Github external
static get observedAttributes() {
    return ProtVistaSequence.observedAttributes.concat(
      "scale", // One of the supported scales. Ora custom scale given in the following format. e.g. A:0.5,M:-3,P:3
      "color_range" // Color values per point to define a colorScale. Default: #ffdd00:-2,#0000FF:2
    );
  }

protvista-sequence

Sequence component for the ProtVista tool

MIT
Latest version published 4 months ago

Package Health Score

68 / 100
Full package analysis

Popular protvista-sequence functions