A single correlation plot
SingleCorPlot(
data,
col.by = NULL,
cols = NULL,
pt.size = NULL,
smooth = FALSE,
rows.highlight = NULL,
legend.title = NULL,
na.value = "grey50",
span = NULL,
raster = NULL,
raster.dpi = NULL,
plot.cor = TRUE,
jitter = TRUE
)
A ggplot2 object
A data frame with two columns to be plotted
A vector or factor of values to color the plot by
An optional vector of colors to use
Point size for the plot
Make a smoothed scatter plot
A vector of rows to highlight (like cells.highlight in
SingleDimPlot
)
Optional legend title
Convert points to raster format, default is NULL
which will automatically use raster if the number of points plotted is
greater than 100,000
the pixel resolution for rastered plots, passed to geom_scattermore(). Default is c(512, 512)
...
Jitter for easier visualization of crowded points