Description Usage Arguments Value Author(s)
This function is just a wrapper to WES.Normalize.ff()
with multithreading).
1 2 3 | WES.Normalize.ff.Batch(BIN.RDS.files = list.files(path = getwd(),
pattern = "_binned.RDS$", all.files = FALSE, full.names = TRUE, recursive = TRUE,
ignore.case = FALSE, include.dirs = FALSE), nthread = 1, cluster.type = "PSOCK", ...)
|
BIN.RDS.files |
A list of RDS files generated by |
nthread |
Number of threads. |
cluster.type |
Type of multithreading cluster (see |
... |
Any parameter for the function |
For each RDS file in input, a RDS file that can be used with Segment.ASCAT.ff()
.
Bastien Job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.