showSelection | R Documentation |
Using the specified representation and colorScheme, display the portion of selection
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 |
## 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.