A native web component wrapper around Mol*
<!-- With UniProt Accession -->
<nightingale-structure protein-accession="P06493" structure-id="4YC3" />
<!-- With a specific PDBe entry selected and the entry table being hidden -->
<nightingale-structure
protein-accession="P06493"
highlight="209:220"
structure-id="4YC3"
hide-table
/>
A UniProt protein accession.
The id of the structure to display for the provided accession. Can be a PDB ID (e.g. 1AAP) or an AlphaFoldDB ID (AF-P05067-F1).
This is a comma separated list of numerical ranges represented as a string e.g. "1-5,10-20". When available, it will highlight all the residues corresponding to the given sequence positions.
Optional custom URL for downloading cif structure files. The lowercase PDB ID is
appended to it, including .cif
suffix.
The optional height of the 3D structure. By default the value is set to 480px
.
This should be a valid CSS value for an element's height property.