15 Oct 2017
Parallelized apply with mclapply{parallel}
library(parallel) options(mc.cores=2) m<-mclapply(seq_along(chep.37),function(i){ gr<-chep.37[[i]] mapChepToHindIII(gr,h.gr,prom.ass) })
R
function