Plot Sample-wise QC plot
plotROIQC(
spe_object,
x_axis = "AOINucleiCount",
y_axis = "lib_size",
x_lab = "AOINucleiCount",
y_lab = "Library size",
x_threshold = NULL,
y_threshold = NULL,
regression_col = "purple",
hist_col = "black",
hist_fill = "white",
bin_num = 50,
threshold_col = "red",
threshold_linetype = "dashed",
layout_ncol = 2,
layout_nrow = 2,
leyout_height = c(0.8, 2.5),
layout_width = c(2.5, 0.8),
...
)
A SpatialExperiment object.
Numeric feature to plot as x axis.
Numeric feature to plot as y axis.
Label name for x axis.
Label name for y axis.
Threshold to draw.
Threshold to draw.
Color for the regression line.
Color for the histograms.
Fill for the histograms.
Bin numbers for the histograms.
Threshold line color.
Threshold line type.
Column number layout.
Row number layout.
Height layout.
Width layout.
aesthetic mappings to pass to ggplot2::aes()
of the dot plots.
A ggplot object.