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") %>%
|
NGLVieweR_proxy("structure") %>%
|
||||||
updateVisibility("cartoon", FALSE) %>%
|
updateVisibility("cartoon", FALSE) %>%
|
||||||
addSelection(type="surface",
|
addSelection(type="cartoon",
|
||||||
param = list(name = "all_mutations_surface",
|
param = list(name = "all_mutations_surface",
|
||||||
sele = "all",
|
sele = "all",
|
||||||
color="tan",
|
color="tan",
|
||||||
opacity = 0.2
|
opacity = 0.2
|
||||||
)
|
)
|
||||||
) %>%
|
) %>%
|
||||||
addSelection(type="surface",
|
addSelection(type="spacefill",
|
||||||
param = list(name = "all_mutations",
|
param = list(name = "all_mutations",
|
||||||
color="red",
|
color="orange",
|
||||||
sele = mutations
|
sele = mutations
|
||||||
#colorScheme = "bfactor",
|
#colorScheme = "bfactor",
|
||||||
#opacity = 1
|
#opacity = 1
|
||||||
|
@ -296,16 +296,17 @@ server <- function(input, output) {
|
||||||
)
|
)
|
||||||
NGLVieweR_proxy("af_structure") %>%
|
NGLVieweR_proxy("af_structure") %>%
|
||||||
updateVisibility("cartoon", FALSE) %>%
|
updateVisibility("cartoon", FALSE) %>%
|
||||||
addSelection(type="surface",
|
addSelection(type="cartoon",
|
||||||
param = list(name = "all_mutations_surface",
|
param = list(name = "all_mutations_surface",
|
||||||
sele = "all",
|
sele = "all",
|
||||||
color="tan",
|
#color="tan",
|
||||||
|
colorScheme = "bfactor",
|
||||||
opacity = 0.2
|
opacity = 0.2
|
||||||
)
|
)
|
||||||
) %>%
|
) %>%
|
||||||
addSelection(type="surface",
|
addSelection(type="spacefill",
|
||||||
param = list(name = "all_mutations",
|
param = list(name = "all_mutations",
|
||||||
color="red",
|
color="orange",
|
||||||
sele = mutations
|
sele = mutations
|
||||||
#colorScheme = "bfactor",
|
#colorScheme = "bfactor",
|
||||||
#opacity = 1
|
#opacity = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue