Get or set global values that are used by relevant panels during construction and application initialization.
This has been deprecated in favor of panelDefaults (for options that apply during Panel construction)
and registerAppOptions (for options that apply during application runtime).
Commands
str(iSEEOptions$get()) will show the default values for all options.
iSEEOptions$set(name=value) will set the named option to value.
iSEEOptions$restore() will reset the global options to the package default values.
Available options
point.colorDefault color of data points in
DotPlotpanels (character).point.sizeDefault size of data points in
DotPlotpanels (numeric).point.alphaDefault alpha level controlling transparency of data points in
DotPlotpanels (numeric).downsampleEnable visual downsampling in
DotPlotpanels (logical).downsample.resolutionResolution of the visual downsampling, if active (numeric).
selected.colorColor of selected data points in
DotPlotpanels (character).selected.alphaAlpha level controlling transparency of data points not selected in
DotPlotpanels (numeric).selection.dynamic.singleToggle dynamic single selections for all panels (logical).
selection.dynamic.multipleToggle dynamic multiple selections for all panels (logical).
contour.colorColor of the 2d density estimation contour in
DotPlotpanels (character).font.sizeGlobal multiplier controlling the magnification of plot title and text elements in
DotPlotpanels (numeric).legend.positionPosition of the legend in
DotPlotandComplexHeatmapPlotpanels (one of"Bottom","Right", or"None").legend.directionPosition of the legend in
DotPlotandComplexHeatmapPlotpanels (one of"Horizontal","Vertical").panel.widthDefault panel grid width (must be between 1 and 12).
panel.heightDefault panel height (in pixels).
panel.colorNamed character vector of colors. The names of the vector should be set to the name of class to be overridden; if a class is not named here, its default color is used. It is highly recommended to define colors as hex color codes (e.g.,
"#1e90ff"), for full compatibility with both HTML elements and R plots.color.maxlevelsMaximum number of levels for a categorical variable used for coloring. Variables with more levels are coerced to numeric to avoid problems with an overly-large legend. Defaults to 24.
factor.maxlevelsMaximum number of levels for a categorical variable to be used anywhere in the app. Variables with more levels are coerced to numeric to avoid rendering delays. Defaults to 100.
assayCharacter vector of assay names to use if available, in order of preference.
RowTable.select.detailsA function that takes a string containing the name of a feature (i.e., the current selection in the RowTable) and returns a HTML element with more details.
ColumnTable.select.detailsA function that takes a string containing the name of a sample (i.e., the current selection in the ColumnTable) and returns a HTML element with more details.