normaliseBatches: normaliseBatches

Description Usage Arguments Details Value Examples

View source: R/ascend_normalisation.R

Description

Normalise counts to remove batch effects. This normalisation method is for experiments where data from batches of different samples are combined without undergoing library equalisation.

Usage

1

Arguments

object

An EMSet with cells from more than one batch.

Details

This step should be done prior to any filtering and normalisation between cells.

Value

An EMSet with batch-normalised expression values.

Examples

1
2
3
4
5
# Load example EMSet
em_set <- ascend::raw_set

# Normalise batches
norm_set <- normaliseBatches(em_set)

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.