libraryQCLegacy | R Documentation |
QC plots for library coverage
libraryQCLegacy(
dataDir,
outdir,
mut2funcFile = paste0(dataDir, "mut2func_info.csv"),
logger = NULL,
mc.cores = 8
)
dataDir |
path to the existing data main directory |
outdir |
path to the output directory |
mut2funcFile |
path to the mut2func file. Defaults to <dataDir>/mut2func_info.csv |
logger |
optional yogilogger object. Defaults to NULL, in which case messages will go to stdout. |
mc.cores |
number of CPU cores to use in parallel |
NULL. Results are written to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.