protvista-sequence
v3.8.22
Published
Sequence component for the ProtVista tool
Downloads
1,010
Readme
protvista-sequence
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.
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.