CS.Process.Batch: Run CS.Process() in batch mode with multithreading

Description Usage Arguments Details Author(s)

View source: R/apt_cytoscan_process.R

Description

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

Usage

1
  CS.Process.Batch(CEL.list.file = NULL, nthread = 1, cluster.type = "PSOCK", ...)

Arguments

CEL.list.file

A tab-separated file giving the file names of the CEL files and corresponding sample name (see Details section).

nthread

Number of threads for multithreading (see Details).

cluster.type

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

...

Any parameter for the function EaCoN.CS.Process(), except CEL and samplename.

Details

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

Author(s)

Bastien Job


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