CoefName | R Documentation |
This functions returns the name of each coefficient in the design, for the convenience of constructing correct contrast for hypothesis testing.
CoefName(DMR)
DMR |
A list which is the output from |
A character vector containing the name of each coefficient in design matrix.
data("DMR_SixWeekvsTwoWeek") design = data.frame(time = rep(c("2wk", "6wk"), each = 4), region = rep(rep(c("Cortex", "Hypothalamus"), each = 2),2) ) model = ~1 + time + region + time*region DMRfit = CallDMRs.paramEsti( counts = DMR_SixWeekvsTwoWeek$Counts, sf = DMR_SixWeekvsTwoWeek$sf, variable = design, model = model ) CoefName(DMRfit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.