chain colour scheme

This commit is contained in:
Tanushree Tunstall 2022-12-12 18:07:28 +00:00
parent 8363e4cf7e
commit 1d69108dcb

4
ui.R
View file

@ -29,7 +29,7 @@ dashboardPage(skin="purple",
useShinyjs(),
fluidRow(
box(
title="Crystallised Structure",
title="Crystallised Structure (Coloured by Chain)",
width=5,
column(
NGLVieweROutput("structure"),
@ -37,7 +37,7 @@ dashboardPage(skin="purple",
)
),
box(
title="AlphaFold Structure",
title="AlphaFold Structure (Coloured by Confidence Score)",
width=5,
column(
NGLVieweROutput("af_structure"),