normaliseDGEv2: normaliseDGEv2

normaliseDGEv2R Documentation

normaliseDGEv2

Description

a sparse implementation of dropsim::normaliseDGE()

Usage

normaliseDGEv2(
  dge,
  verbose = FALSE,
  center = TRUE,
  scale = TRUE,
  outliers = FALSE,
  threshold = 10,
  min_library_size = 0,
  gene_subset = 0.8,
  transformation = "sqrt"
)

Arguments

dge

A matrix rows of genes and cols of cells

Value

A quantile-based normalized matrix


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.