NormalizeCounts: Normalization and batch effect removal adapted from pagoda2...

View source: R/data_processing.R

NormalizeCountsR Documentation

Normalization and batch effect removal adapted from pagoda2 [insert citation here]

Description

Normalization and batch effect removal adapted from pagoda2 [insert citation here]

Usage

NormalizeCounts(counts, depthScale = 1000, batch = NULL)

Arguments

counts

Input data matrix

depthScale

Rescale all columns to this value

batch

Factor the same length as ncol(counts) which contains batch effects to remove

Value

Normalized data matrix with batch effects removed


yanwu2014/swne documentation built on Aug. 5, 2023, 4:42 a.m.