Learn R Programming

cn.farms (version 1.20.0)

fragLengCorr: Does a fragment length correction

Description

Does a fragment length correction

Usage

fragLengCorr(object, runtype = "ff", saveFile = "slDataFlc", ...)

Arguments

object
An instance of ExpressionSet
runtype
Mode how the results are saved. Possible values are ff or bm.
...
Further parameters passed to the correction method.
saveFile
Name of the file to save.

Value

An instance of ExpressionSet.

Examples

Run this code
load(system.file("exampleData/slData.RData", package = "cn.farms"))
slDataFlc <- fragLengCorr(slData)

Run the code above in your browser using DataLab