get_outliers | R Documentation |
Extracts list of outliers
get_outliers(qc_obj, exc_groups = NULL, exc_clusters = NULL)
qc_obj |
Output from fit_sampleqc |
exc_groups |
(optional) List of sample groups to exclude. |
exc_clusters |
(optional) List of clusters to exclude. This is
intended for use when there are groups of cells with sufficient numbers to
be modelled as a group by |
data.table
containing cell_id, sample_id and whether outlier
or not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.