{#if anyColorAlphaFold}
Very high ({confidenceLabel} > 90)
Confident (90 > {confidenceLabel} > 70)
Low (70 > {confidenceLabel} > 50)
Very low ({confidenceLabel} < 50)
{/if} {#if hasFrames}
{#if !isAnimated}
{:else}
{/if}
{/if}
Cite 3dmol.js as Rego & Koes, doi:10/gb5g5n
{#if showOffCanvas}
Settings
Close menu
{#each Object.keys(config) as setting}
{setting}
{#if settings[setting].type == "toggle"}
{/if} {#if settings[setting].type == "range"}
{ config[setting] = event.target.value; }} class="w-2/3 h-2 bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700" />
{config[setting]}
{/if} {#if settings[setting].type == "select"}
Select style
{#each settings[setting].options as option}
{option}
{/each}
{/if}
{/each}
Label atoms on hover
{/if} {#if showOffCanvasReps}
Representations
Close menu
{#each representations as rep, index}
(rep.visible = !rep.visible)} class="flex items-center space-x-2" >
Representation #{index}
deleteRep(index)}>
resetZoom(rep)} >
{#if rep.visible}
{#each moldata as mol, i}
{mol.name} #{i}
{/each}
Select style
Stick
Cartoon
Surface
$
Sphere
Expand selection
{ rep.around = event.target.value; }} class="h-2 w-1/3 bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700" />
Å
Full residue
Only sidechain
(rep.color = "orangeCarbon")} />
(rep.color = "redCarbon")} />
(rep.color = "blackCarbon")} />
(rep.color = "blueCarbon")} />
(rep.color = "grayCarbon")} />
(rep.color = "greenCarbon")} />
(rep.color = "cyanCarbon")} />
(rep.color = "alphafold")} > AlphaFold
(rep.color = "default")} > PyMol
(rep.color = "Jmol")} > Jmol
(rep.color = "chain")} > Chain
(rep.color = "spectrum")} > Spectrum
{/if}
{/each}
Add representation
{/if}