
Per-metric violin plots from a CellQc object
violin_plot_sc.CellQc.RdPer-metric violin plots from a CellQc object
Usage
# S3 method for class 'CellQc'
violin_plot_sc(
x,
log_scale = FALSE,
show_outlier = TRUE,
raster = NULL,
palette = BX_PALETTES,
...
)Arguments
- x
A
CellQcobject.- log_scale
Logical. Apply a log10 y-axis (default: FALSE).
- show_outlier
Logical. Overlay outlier points (default: TRUE).
- raster
Optional boolean. Shall the plot be rasterised. If
NULLand number of cells is larger than1e5, defaults to TRUE.- palette
String. Discrete palette for the group colours. One of
c("main", "sequential", "diverging", "viridis", "spectral"), seebx_colors(). Ignored whenshow_outlier = TRUE.- ...
Ignored.