SpaCET.quality.control: Filter spatial spots and calculate the QC metrics

View source: R/utilities.R

SpaCET.quality.controlR Documentation

Filter spatial spots and calculate the QC metrics

Description

Spots with less than 'min.genes' expressed genes would be removed.

Usage

SpaCET.quality.control(SpaCET_obj, min.genes = 1)

Arguments

SpaCET_obj

An SpaCET object.

min.genes

Minimum number of expressed genes. Default: 1.

Value

An SpaCET object.

Examples

SpaCET_obj <- SpaCET.quality.control(SpaCET_obj)
SpaCET.visualize.spatialFeature(SpaCET_obj, spatialType = "QualityControl", spatialFeatures=c("UMI","Gene"))


data2intelligence/SpaCE documentation built on April 6, 2024, 2:32 a.m.