R/dmrse_col.R

Defines functions dmrse_col

Documented in dmrse_col

dmrse_col <-
function(betas, idmr=iDMR()) {  # formerly SDR - between probes
    idmr <- idmr[idmr %in% rownames(betas)]
    sd(rowMeans(betas[idmr,], na.rm=T)) / sqrt(dim(betas)[2])
}

Try the wateRmelon package in your browser

Any scripts or data that you put into this service are public.

wateRmelon documentation built on Nov. 8, 2020, 7:47 p.m.