
qc_metrics
qc_metrics.Rdcalculates QC metrics from Region object
Usage
qc_metrics(
object,
slot = "Data",
DNA = "DAPI",
cell.size = "size",
summary.fun = "mean",
markers = NULL
)Arguments
- object
A Region object
- slot
The data slot to pull data on
markersfrom.- DNA
The feature name of the DNA channel. Must be found in the
bgDataslot.- cell.size
The feature name of the cell size parameter. Must be found in the
coordsorcellMetadataslot.- summary.fun
If there are multiple channels that match the
DNAargument (for example, multiple DAPI channels), choose how to summarize them. Defaults to "mean".- markers
Specific markers to run qc metrics on (character vector). Impacts the calculation of signal.sum and signal.CV. Must specify more than one marker. Default
NULLwill run all.