geneView {wilson} | R Documentation |
geneView's module server logic
Description
Provides server logic for the geneView module.
Usage
geneView(
input,
output,
session,
clarion,
plot.method = "static",
label.sep = ", ",
width = "auto",
height = "auto",
ppi = 72,
scale = 1
)
Arguments
input |
Shiny's input object. |
output |
Shiny's output object. |
session |
Shiny's session object. |
clarion |
A clarion object. See |
plot.method |
Choose which method is used for plotting. Either "static" or "interactive" (Default = "static"). |
label.sep |
Separator used for label merging (Default = ", "). |
width |
Width of the plot in cm. Defaults to minimal size for readable labels and supports reactive. |
height |
Height of the plot in cm. Defaults to minimal size for readable labels and supports reactive. |
ppi |
Pixel per inch. Defaults to 72 and supports reactive. |
scale |
Scale plot size. Defaults to 1, supports reactive. |
Details
Width/ height/ ppi less or equal to default will use default value.
Ppi less or equal to zero will use default.
Value
Reactive containing data.table used for plotting.