From 40ae4030e8983b593fe35556591c431e5822f3a8 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Mon, 12 Dec 2022 18:00:40 +0000 Subject: [PATCH] chain colour scheme --- server.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.R b/server.R index c01a09f..9aa7438 100644 --- a/server.R +++ b/server.R @@ -33,8 +33,8 @@ shinyServer(function(input, output){ NGLVieweR(ngl_gene) %>% addRepresentation("cartoon", param = list(name = "cartoon", - color="tan", - #colorScheme = "bfactor", + #color="tan", + colorScheme = "chain", opacity = 1 ) ) %>%