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) %>%
addRepresentation("cartoon",
param = list(name = "cartoon",
color="tan",
#colorScheme = "bfactor",
#color="tan",
colorScheme = "chain",
opacity = 1
)
) %>%