chain colour scheme

This commit is contained in:
Tanushree Tunstall 2022-12-12 18:00:40 +00:00
parent eeab3e08da
commit 40ae4030e8

View file

@ -33,8 +33,8 @@ shinyServer(function(input, output){
NGLVieweR(ngl_gene) %>% NGLVieweR(ngl_gene) %>%
addRepresentation("cartoon", addRepresentation("cartoon",
param = list(name = "cartoon", param = list(name = "cartoon",
color="tan", #color="tan",
#colorScheme = "bfactor", colorScheme = "chain",
opacity = 1 opacity = 1
) )
) %>% ) %>%