| iSEEOptions {iSEE} | R Documentation |
Set global options using iSEEOptions$set(), so that all relevant panels will use these default values during initialization.
iSEEOptions
An object of class list of length 4.
See str(iSEEOptions$get()) for a list of default panel options.
Note that iSEEOptions$restore() can be used to reset the global options to the package default values.
point.colorDefault color of data points in DotPlot panels (character).
point.sizeDefault size of data points in DotPlot panels (numeric).
point.alphaDefault alpha level controlling transparency of data points in DotPlot panels (numeric).
downsampleEnable visual downsampling in DotPlot panels (logical).
downsample.resolutionResolution of the visual downsampling, if active (numeric).
selected.colorColor of selected data points in DotPlot panels (character).
selected.alphaAlpha level controlling transparency of data points not selected in DotPlot panels (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 DotPlot panels (character).
font.sizeGlobal multiplier controlling the magnification of plot title and text elements in DotPlot panels (numeric).
legend.positionPosition of the legend in DotPlot and ComplexHeatmapPlot panels (one of "Bottom", "Right").
legend.directionPosition of the legend in DotPlot and ComplexHeatmapPlot panels (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.
assayCharacter vector of assay names to use if available, in order of preference.
Kevin Rue-Albrecht
iSEEOptions$get('downsample'); iSEEOptions$get('selected.color')