fragLengCorr {cn.farms} | R Documentation |
Does a fragment length correction
fragLengCorr(object, runtype = "ff", saveFile = "slDataFlc", ...)
object |
An instance of
|
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. |
An instance of
ExpressionSet
.
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
load(system.file("exampleData/slData.RData", package = "cn.farms")) slDataFlc <- fragLengCorr(slData)