Description Usage Arguments Author(s)
This function is just a wrapper to Segment.ff()
with multithreading).
1 2 3 4 | Segment.ff.Batch(RDS.files = list.files(path = getwd(),
pattern = "_processed.RDS$", full.names = TRUE, recursive = TRUE,
ignore.case = TRUE, include.dirs = FALSE), segmenter = "ASCAT",
nthread = 1, cluster.type = "PSOCK", ...)
|
RDS.files |
A list of RDS files generated with a normalization function : |
segmenter |
The (case sensitive!) name of the segmenter ("ASCAT" or "FACETS") |
nthread |
Number of threads. |
cluster.type |
Type of multithreading cluster (see |
... |
Any parameter to the segmentation function refered by the |
Bastien Job
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.