View source: R/find_eligible_cells.R
By default, to be eligible, a cell must come from a sample whose presence
in a cluster appears to be non-noise (i.e. not the "soup" part of a mixture),
and after pruning out samples that are all-one-cluster (likely artifacts)
as well as clusters that are all-one-sample (likely artifacts), the cluster
from which the cells come must have at least mincells
cells left in it.
The default for mincells
is 10, so this isn't as harsh as it might seem,
but it's not something you want to be relying upon for SmartSeq-like runs.
One useful application of find_eligible_cells is to feed plot_eligible_cells,
which can help determine whether to raise or lower maxcells
and mincells
in downsample_txis and label_cells.
1 | find_eligible_cells(txis, mincells = 10)
|
txis |
SingleCellExperiment where !is.null(colLabels(txis)) |
mincells |
min cells per cluster per sample (see Details) (10) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.