openSesameToFile {sesame} | R Documentation |
openSesame pipeline with file-backed storage
openSesameToFile(map_path, idat_dir, BPPARAM = SerialParam(), inc = 4)
map_path |
path of file to be mapped (beta values file) |
idat_dir |
source IDAT directory |
BPPARAM |
get parallel with MulticoreParam(2) |
inc |
bytes per item data storage. increase to 8 if precision is important. Most cases 32-bit representation is enough. |
a sesame::fileSet
openSesameToFile('mybetas', system.file('extdata',package='sesameData'))