aaaaaaa
This commit is contained in:
parent
a0866a136a
commit
3e1465425d
1 changed files with 8 additions and 7 deletions
|
@ -279,16 +279,16 @@ server <- function(input, output) {
|
|||
|
||||
NGLVieweR_proxy("structure") %>%
|
||||
updateVisibility("cartoon", FALSE) %>%
|
||||
addSelection(type="surface",
|
||||
addSelection(type="cartoon",
|
||||
param = list(name = "all_mutations_surface",
|
||||
sele = "all",
|
||||
color="tan",
|
||||
opacity = 0.2
|
||||
)
|
||||
) %>%
|
||||
addSelection(type="surface",
|
||||
addSelection(type="spacefill",
|
||||
param = list(name = "all_mutations",
|
||||
color="red",
|
||||
color="orange",
|
||||
sele = mutations
|
||||
#colorScheme = "bfactor",
|
||||
#opacity = 1
|
||||
|
@ -296,16 +296,17 @@ server <- function(input, output) {
|
|||
)
|
||||
NGLVieweR_proxy("af_structure") %>%
|
||||
updateVisibility("cartoon", FALSE) %>%
|
||||
addSelection(type="surface",
|
||||
addSelection(type="cartoon",
|
||||
param = list(name = "all_mutations_surface",
|
||||
sele = "all",
|
||||
color="tan",
|
||||
#color="tan",
|
||||
colorScheme = "bfactor",
|
||||
opacity = 0.2
|
||||
)
|
||||
) %>%
|
||||
addSelection(type="surface",
|
||||
addSelection(type="spacefill",
|
||||
param = list(name = "all_mutations",
|
||||
color="red",
|
||||
color="orange",
|
||||
sele = mutations
|
||||
#colorScheme = "bfactor",
|
||||
#opacity = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue