R/thresholdSCRNA.R
plot.thresholdSCRNACountMatrix.Rd
Plot cutpoints and densities for thresholding
# S3 method for 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)#> Warning: no help found for ‘thresholdSCRNACountMatrix’