chain colour scheme
This commit is contained in:
parent
eeab3e08da
commit
40ae4030e8
1 changed files with 2 additions and 2 deletions
4
server.R
4
server.R
|
@ -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
|
||||||
)
|
)
|
||||||
) %>%
|
) %>%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue