inst/scripts/msireg/rbind_RDS_to_RDS.R

options(warn=-1)
args = commandArgs(trailingOnly=TRUE)
oname = args[1]
files = args[-1]
stopifnot(length(files)>1)
fl = lapply(files, readRDS)
ans = do.call(rbind, fl)
saveRDS(ans, oname)

Try the BiocOncoTK package in your browser

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

BiocOncoTK documentation built on Nov. 8, 2020, 6:03 p.m.