Description Usage Arguments Author(s)
View source: R/EaCoN_functions.R
This is just a wrapper to Annotate.ff() with multithreading.
1 2 3 4 | Annotate.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 |
nthread |
Number of thread(s) for multithreading (see Details). |
cluster.type |
Type of multithreading cluster (see |
... |
Any other parameter for |
Bastien Job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.