npm.io
3.8.22 • Published 1 year ago

protvista-sequence

Licence
ISC
Version
3.8.22
Deps
2
Size
41 kB
Vulns
0
Weekly
0
Stars
148

protvista-sequence

Published on NPM

This custom element displays the sequence in the selected region if the zoom level allows it, otherwise it displays the axis legend of the selected region. As it inherits from , it supports highlighting.

Demo

Usage

Setting sequence through property

<protvista-sequence length="456" />
const protvistaSequence = document.querySelectAll('#my-protvista-sequence-id');
protvistaSequence.sequence = proteinSequence;
Setting sequence through attribute
<protvista-sequence length="456" sequence="RFQAEGSLKK..." />

API Reference

Properties
sequence: string

The sequence to display

length: number

The protein or nucleic acid sequence length.

numberofticks: number

The number of ticks in the displayed sequence.

also see protvista-zoomable