View source: R/buildJointTable.R
buildJointTable | R Documentation |
run library quality control (QC)
buildJointTable(
dataDir,
inDir = NA,
outDir = NA,
paramFile = paste0(dataDir, "parameters.json"),
mc.cores = 6,
srOverride = FALSE,
covOverride = FALSE
)
dataDir |
working data directory |
inDir |
input directory, defaults to subdirectory with latest timestamp ending in _mut_count. |
outDir |
output directory, defaults to input directory. |
paramFile |
input parameter file. defaults to <dataDir>/parameters.json |
mc.cores |
the number of CPU cores to use in parallel |
srOverride |
the single-replicate override flag |
covOverride |
override the requirement for coverage files. For backwards- compatibility with older versions prior to v0.7 |
NULL. Results are written to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.