Skip to contents

Smooth outlier copy number counts

Usage

smooth_counts(
  sce,
  assay_name,
  ncores = 1,
  smooth_name = paste(assay_name, "smoothed", sep = "_")
)

Arguments

sce

SingleCellExperiment object

assay_name

Name of assay to smooth

ncores

Number of cores to use

smooth_name

Name of returned assay with smoothed counts

Value

A SingleCellExperiument Object