plot.thresholdSCRNACountMatrix {MAST} | R Documentation |
Plot cutpoints and densities for thresholding
## S3 method for class 'thresholdSCRNACountMatrix' plot(x, ask = FALSE, wait.time = 0, type = "bin", indices = NULL, ...)
x |
output of |
ask |
if TRUE then will prompt before displaying each plot |
wait.time |
pause (in seconds) between each plot |
type |
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) |
indices |
if |
... |
further arguments passed to |
displays plots
## See thresholdSCRNACountMatrix example(thresholdSCRNACountMatrix)