Description Usage Arguments Details Author(s)
View source: R/apt_cytoscan_process.R
This is just a wrapper to CS.Process() with multithreading.
1 | CS.Process.Batch(CEL.list.file = NULL, nthread = 1, cluster.type = "PSOCK", ...)
|
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 |
... |
Any parameter for the function |
CEL.list.file
is a tab-separated text file containing 2 columns (header and specified column names are mandatory) :
CEL : Name (and path) of the CEL file(s)
SampleName : The output sample name(s)
Bastien Job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.