Description Usage Arguments Details
View source: R/cnvGatherCounts.R
cnvGatherCounts
reads count objects
stored in disk space, and combines them into a single multiple-sample count
object.
1 | cnvGatherCounts(files, glob = TRUE, ...)
|
files |
Character, file paths pointing to count objects; see details |
glob |
Logical, should the given 'files' parameter be passed to Sys.glob()? Defaults to TRUE |
... |
arguments passed to mclapply |
The 'files' parameter must point to valid count objects
saved to disk using the saveRDS() function. When 'glob' is
TRUE
, the default, any wildcards in 'files' will be expanded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.