View source: R/ArchR_IdentifyOutliers.R
ArchR_IdentifyOutliers | R Documentation |
This function identifies clusters of cells based on QC metrics of interest. Groups are classed as outliers if the median for a given metric falls outside the provided quantiles.
ArchR_IdentifyOutliers(
ArchR,
group_by = "clusters",
metrics,
intersect_metrics = TRUE,
quantiles
)
ArchR |
ArchR object |
group_by |
column to group cells by |
metrics |
array of metrics to test for outliers |
intersect_metrics |
boolean value for whether to intersect the outliers for each metric |
quantiles |
Percent quantiles to plot on bar plots. Must be an array (length 2) with lower and upper percent quantiles |
array of clusters which are outliers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.