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.
<nightingale-sequence
sequence="SEQUENCESEQUENCESEQUENCESEQUENCE"
width="800"
height="40"
length="32"
display-start="10"
display-end="20"
highlight="3:15"
id="my-nightingale-sequence-id"
></nightingale-sequence>
Alternatively the sequence can be set as a parameter once the component is loaded.
const nightingaleSequence = document.querySelectAll(
"#my-nightingale-sequence-id",
);
nightingaleSequence.sequence = proteinSequence;
The sequence to display can be set via this attribute.
For compatibility purposes with other components the sequence can also be set using this property.
This component inherits from NightingaleElement
.
The component implements the following mixins: withManager
, withResizable
, withMargin
, withPosition
, withDimensions
, withHighlight