Description Usage Arguments Value Examples
Conduct feature selection by computing test statistics for each gene
1 | hippo_diagnostic_plot(sce, show_outliers = FALSE, zvalue_thresh = 10)
|
sce |
SingleCellExperiment object with count matrix |
show_outliers |
boolean to indicate whether to circle the outliers with given zvalue_thresh |
zvalue_thresh |
a numeric v for defining outliers |
a diagnostic plot that shows genes with zero inflation
1 2 | data(toydata)
hippo_diagnostic_plot(toydata, show_outliers=TRUE, zvalue_thresh = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.