Description Usage Arguments Value Examples
View source: R/plot_barcode_qc.R
QC plot of UMI rank vs total number of UMIs per barcode
1 2 3 4 5 6 7 8 9 10 11 12 13 | plot_barcode_qc(
sce_list,
ambient_rna_filters,
color = "empty_drops",
shape = NULL,
facet_rows = NULL,
facet_columns = NULL,
facet_type = "grid",
point_size = 1,
text_size = 2,
alpha = 0.5,
...
)
|
sce_list |
list of SingleCellExperiment objects |
ambient_rna_filters |
list of results from filter_ambient_rna function, one for each SCE object in sce_list - must be the same names and order |
color |
column from colData that is in all objects in sce_list |
shape |
column from colData that is in all objects in sce_list |
facet_rows |
columns to facet on |
facet_columns |
columns to facet on |
facet_type |
either "wrap" or "grid", same as ggplot |
text_size |
font size for annotations |
... |
other params passed into either facet_wrap or facet_grid, depending on facet_type parameter |
ggplot with plot of UMI rank vs total number of UMIs per barcode
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.