Description Usage Arguments Details Author(s)
This is just a wrapper to WES.Bin() with multithreading.
1 2 | WES.Bin.Batch(BAM.list.file = NULL, BINpack = NULL, nthread = 1,
cluster.type = "PSOCK", ...)
|
BAM.list.file |
A tab-separated file giving the file names of the test and ref BAM files and corresponding sample name (see Details section). |
BINpack |
A data pack generated with |
nthread |
Number of threads for multithreading. |
cluster.type |
Type of multithreading cluster (see |
... |
Any parameter for the function |
BAM.list.file
is a tab-separated text file containing 3 columns (header and specified column names are mandatory) :
testBAM : Name (and path) of the test BAM file(s)
refBAM : Name (and path) of the reference BAM 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.