apt.cytoscan.process.batch | R Documentation |
Same as apt.cytoscan.process() but in batch mode, with multithreading.
apt.cytoscan.process.batch(CEL.list.file = NULL, nthread = 1,
cluster.type = "PSOCK", ...)
CEL.list.file |
A CEL filetab-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 :
cel_files : Name (and path) of the CEL file(s)
SampleName : The output sample name
Bastien Job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.