View source: R/thresholdSCRNA.R
plot.thresholdSCRNACountMatrix | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.