bgCorr: Background noise correction of expression data

Description Usage Arguments Value Author(s) Examples

View source: R/bgCorr.R

Description

This helper function performs a background noise correction before subjecting the corrected matrix to the peakDetection function. Genes with an expression lower than the 5

Usage

1
bgCorr(exprmat)

Arguments

exprmat

A numeric matrix with time-series expression data with variables as rownames.

Value

Returns background noise corrected expression matrix.

Author(s)

David Lauenstein

Examples

1
2
3
4
5
# Example based on the heat-shock dataset
data(heat)
heat = as.matrix(heat)
# Execute the bgCorr function
exprmat_corrected <- bgCorr(heat)

Biopeak documentation built on Aug. 21, 2019, 5:10 p.m.