Description Usage Arguments Examples
View source: R/nglShiny.R View source: R/nglShiny-class.R View source: R/NglWidget.R
Using the specified representation and colorScheme, display the portion of selection
1 2 3 4 5 6 7 | showSelection(
session,
representation,
selection,
name,
colorScheme = "residueIndex"
)
|
session |
a Shiny server session object. |
representation |
todo |
selection |
todo |
name |
character string, used for subsequent show/hide |
colorScheme |
todo |
1 2 3 4 | ## Not run:
showSelection(session, "cartoon", "helix", "residueIndex")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.