selectionQC | R Documentation |
run library quality control (QC)
selectionQC(
dataDir,
countDir = NA,
scoreDir = NA,
outDir = NA,
paramFile = paste0(dataDir, "parameters.json"),
srOverride = FALSE
)
dataDir |
working data directory |
countDir |
input directory for counts, defaults to subdirectory with latest timestamp ending in _mut_count. |
scoreDir |
input directory for scores, defaults to subdirectory with latest timestamp ending in _scores. |
outDir |
output directory, defaults to name of input directory with _QC tag attached. |
paramFile |
input parameter file. defaults to <dataDir>/parameters.json |
NULL. Results are written to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.