Skip to contents

Prints basic QC summaries for SingleCellExperiment, SpatialExperiment, and optional signature matrices (counts, zeros, UMI range, overlap).

Usage

print_info(sce = NULL, spe = NULL, signature = NULL, assay = "counts")

Arguments

sce

SingleCellExperiment (optional).

spe

SpatialExperiment (optional).

signature

Signature matrix (optional).

assay

Assay to use for computations (default: "counts").