R/all.mers.R

Defines functions all.mers

Documented in all.mers

all.mers <-
function(mer){sort(apply(expand.grid(lapply(1:mer,function(x){c("A","C","G","T")})),1,function(x)paste(x,collapse="")))}
muhligs/Regmex documentation built on Sept. 5, 2020, 1:11 a.m.