Description Usage Arguments Author(s)
View source: R/EaCoN_functions.R
This function is just a wrapper to ASCN.ff()
with multithreading).
1 2 3 4 | ASCN.ff.Batch(RDS.files = list.files(path = getwd(),
pattern = "\\.SEG\\..*\\.RDS$", full.names = TRUE, recursive = TRUE,
ignore.case = TRUE, include.dirs = FALSE), nthread = 1,
cluster.type = "PSOCK", ...)
|
RDS.files |
A list of RDS files generated with one of the segmentation functions ( |
nthread |
Number of threads. |
cluster.type |
Type of multithreading cluster (see |
... |
Any parameter to the copy number estimation function, except |
Bastien Job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.