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