chain colour scheme
This commit is contained in:
parent
8363e4cf7e
commit
1d69108dcb
1 changed files with 2 additions and 2 deletions
4
ui.R
4
ui.R
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue