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(),
|
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"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue