inst/time/R/01.createDataSets.R

filenames <- sprintf("%s,b=%s.xdr", simName, 1:B)
for (bb in 1:B) {
  filename <- filenames[bb]
  print(filename)
  pathname <- file.path(spath, filename)
  if (!file.exists(pathname) || simForce) {
    sim <- getCopyNumberDataByResampling(len, K,minLength=minL, regionSize=regSize, regData=dat, connex=TRUE)
    saveObject(sim, file=pathname)
  }
}

Try the jointseg package in your browser

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

jointseg documentation built on May 2, 2019, 6:10 a.m.