From 8363e4cf7e163c4b15a3c09f7022f4530e66cf97 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Mon, 12 Dec 2022 18:03:47 +0000 Subject: [PATCH] chain colour scheme --- server.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server.R b/server.R index 13a64fa..8cb59ab 100644 --- a/server.R +++ b/server.R @@ -216,7 +216,8 @@ shinyServer(function(input, output){ addSelection(type="cartoon", param = list(name = "all_mutations_surface", sele = "all", - color="tan", + #color="tan", + colorScheme="chainid", opacity = 0.2 ) ) %>%