From 1d69108dcb7585750ab62c8610f8262bdf611916 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Mon, 12 Dec 2022 18:07:28 +0000 Subject: [PATCH] chain colour scheme --- ui.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui.R b/ui.R index bc11121..e09431e 100644 --- a/ui.R +++ b/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"),