normalize-methods: description of function normalize

normalizeR Documentation

description of function normalize

Description

normalize the expression data (sample wise) This generic method is implemented in a object specific way - more options available for each obejct specific function.

normalize the expression data (sample wise)

normalize the expression data by subsampling as described in PMID 24531970

constructor that has to be implemented for a generic StefansExpressionSet This generic version was meant for array data and I have not had the need nor time to implement this part.

Usage

normalize(object, ..., name = NULL)

## S4 method for signature 'NGSexpressionSet'
normalize(object, ..., readCounts = NULL,
  to_gene_length = FALSE, geneLengthCol = "transcriptLength", name = NULL)

## S4 method for signature 'SingleCellsNGS'
normalize(object, ..., reads = 600,
  name = "normalized")

## S4 method for signature 'StefansExpressionSet'
normalize(object, ..., name = NULL)

Arguments

name

the new name of the object (deafule old name + normalized)

readCounts

The number of reads from each bam file or another value you want to normalize the data to

to_gene_length

FALSE whether or not to normalize the data to gene length

geneLengthCol

the column in the annotation data.frame to (in addition) normalize the genes to (e.g. trancript length)

reads

the required read depth

x

The NGSexpressionSet

x

The NGSexpressionSet

name

the new name of the object (deafule old name + normalized)

x

The SingleCellsNGS object

name

the name of the new object

x

the StefansExpressionSet object

Value

the normalized data set (original data stored in NGS$raw

the normalized data set (original data stored in NGS$raw

the normalized data set (original data stored in slot 'raw'


stela2502/StefansExpressionSet documentation built on April 24, 2023, 8:15 p.m.