OS.Process.Batch: Runs OS.Process in batch mode with multithreading

Description Usage Arguments Details Author(s)

View source: R/apt_oncoscan_process.R

Description

This is just a wrapper to OS.Process() with multithreading.

Usage

1
  OS.Process.Batch(pairs.file = NULL, nthread = 1, cluster.type = "PSOCK", ...)

Arguments

pairs.file

A tab-separated file giving the file names of the pair(s) of OncoScan CEL files and sample name.

nthread

Number of thread(s) for multithreading (see Details).

cluster.type

Type of multithreading cluster (see ?parallel::makeCluster()).

...

Any other parameter for OS.Process()) except ATChannelCel, GCChannelCel and samplename.

Details

pairs.file is a tab-separated text file containing 3 columns (header and specified column names are mandatory) :

Author(s)

Bastien Job


gustaveroussy/EaCoN documentation built on Oct. 20, 2021, 2:41 a.m.