Learn R Programming

Biopeak (version 1.0)

bgCorr: Background noise correction of expression data

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

bgCorr(exprmat)

Arguments

exprmat

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

Value

Returns background noise corrected expression matrix.

Examples

Run this code
# NOT RUN {
# Example based on the heat-shock dataset
data(heat)
heat = as.matrix(heat)
# Execute the bgCorr function
exprmat_corrected <- bgCorr(heat)

# }

Run the code above in your browser using DataLab