Description Usage Arguments Details Author(s)
View source: R/apt_oncoscan_process.R
This is just a wrapper to OS.Process() with multithreading.
1 | OS.Process.Batch(pairs.file = NULL, nthread = 1, cluster.type = "PSOCK", ...)
|
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 |
... |
Any other parameter for |
pairs.file
is a tab-separated text file containing 3 columns (header and specified column names are mandatory) :
ATChannelCel : Name (and path) of the A-channel CEL file(s)
GCChannelCel : Name (and path) of the C-channel 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.