logisticRegression {BiSeq} | R Documentation |
It is used to fit a linear model on the log odds of each (smoothed) methylation level. The first independent variable in formula
is tested to be unequal to zero.
logisticRegression(formula, link, object, mc.cores)
formula |
An object of class |
link |
A character specifying the link function. Currently,
|
object |
A |
mc.cores |
Passed to |
A data.frame
containing the position, chromosome, P value, estimated
methylation level in group 1 and group 2 and methylation difference of
group 1 and group 2.
Katja Hebestreit
mclapply
, glm
data(predictedMeth) logisticResults <- logisticRegression(formula = ~group, link = "logit", object = predictedMeth)