showSelection: Using the specified representation and colorScheme, display...

Description Usage Arguments Examples

View source: R/nglShiny.R View source: R/nglShiny-class.R View source: R/NglWidget.R

Description

Using the specified representation and colorScheme, display the portion of selection

Usage

1
2
3
4
5
6
7
showSelection(
  session,
  representation,
  selection,
  name,
  colorScheme = "residueIndex"
)

Arguments

session

a Shiny server session object.

representation

todo

selection

todo

name

character string, used for subsequent show/hide

colorScheme

todo

Examples

1
2
3
4
## Not run: 
  showSelection(session, "cartoon", "helix", "residueIndex")

## End(Not run)

paul-shannon/nglShinyS4 documentation built on June 1, 2020, 12:26 a.m.