A native web component wrapper around Mol*
<!-- With UniProt Accession -->
<protvista-structure accession="P06493" structureId="4YC3" />
<!-- With a specific PDBe entry selected and the entry table being hidden -->
<protvista-structure
accession="P06493"
highlight="209:220"
structureId="4YC3"
hide-table
/>
A UniProt protein accession.
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.
The id of the structure to display for the provided accession.
The optional height of both table -- if visible, and the 3D structure. By default the value is set to 480px
. This should be a string value, representing a valid CSS value for an element's height property.
Optional custom URL for fetching the mapping from PDB to UniProt. The lowercase PDB ID is appended here.
Optional custom URL for fetching the AlphaFold prediction metadata and mapping. The AlphaFold structure ID is appended here.
Optional custom URL for downloading cif structure files. The lowercase PDB ID is appended to it, including .cif
suffix.
Analogous to protvista-zoomable
, use control key when scrolling to zoom the viewer