fragLengCorr {cn.farms}R Documentation

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.

Author(s)

Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at

Examples

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

[Package cn.farms version 1.38.0 Index]