Description Usage Arguments Value Author(s) See Also Examples
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.
1 | 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
1 2 3 4 | data(predictedMeth)
logisticResults <- logisticRegression(formula = ~group, link = "logit",
object = predictedMeth)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.