Plot cutpoints and densities for thresholding
# S3 method for thresholdSCRNACountMatrix
plot(x, ask = FALSE, wait.time = 0,
type = "bin", indices = NULL, ...)
output of thresholdSCRNACountMatrix
if TRUE then will prompt before displaying each plot
pause (in seconds) between each plot
one or more of the following: 'bin' (plot the genes by the binning used for thresholding), or 'gene' (plot thresholding by gene -- see next argument)
if type
is equal to 'gene', and is a integer of length 1, then a random sample of indices
genes is taken. If it is NULL, then 10 genes are sampled. If it is a integer vector of length > 1, then it is interpreted as giving a list of indices of genes to be displayed.
further arguments passed to plot
displays plots