bb_qc | R Documentation |
A function to run qc tests on cds objects.
bb_qc(
cds,
cds_name,
genome = c("human", "mouse", "zfish"),
nmad_mito = 2,
nmad_detected = 2,
max_mito = NULL,
min_log_detected = NULL
)
cds |
A cell data set object to run qc functions on |
cds_name |
The name of the cds |
genome |
The species to use for identifying mitochondrial genes. Choose from "human", "mouse", "zfish", "human_mouse" for pdx. |
max_mito |
Manual cutoff for mitochondrial percentage. May be more strict, i.e. lower, than the automated cutoff but not less strict, Default: NULL |
min_log_detected |
Manual cutoff for log detected features. May be more strict, i.e. higher, than the automated cutoff not not less strict, Default: NULL |
A list of qc objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.