normaliseByRLE: normaliseByRLE

Description Usage Arguments Value Examples

View source: R/ascend_normalisation.R

Description

Normalisation of expression between cells, by scaling to relative log expression (RLE). Only counts that are greater than zero are considered in this normalisation method.

Usage

1

Arguments

object

An EMSet set that has undergone filtering. Please ensure spike-ins have been removed before using this function.

Value

An EMSet with normalised expression values.

Examples

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

# Normalise batches
norm_set <- normaliseByRLE(em_set)

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