Description Usage Arguments Details Value Examples
Remove low quality cell entries from object
1 2 | filter_cells(object, umi.min = 0, umi.max = Inf, plot = TRUE,
remove.zeros = TRUE)
|
object |
|
umi.min |
Minimum UMI count for cell filtering |
umi.max |
Maximum UMI count for cell filtering |
plot |
If |
remove.zeros |
Remove rows/columns containing zeros only |
Takes as input scNMFSet
object and plots histogram of UMI
counts for each
cell. Optionally, cells are filtered using minimum and maximum UMI counts.
The resulting object is returned after removing empty rows and columns,
if any.
scNMFSet
object with cells filtered.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.