legacyCountConverter | R Documentation |
converts legacy tileseq count data into the new count file format
legacyCountConverter(
dataDir,
outdir,
mut2funcFile = paste0(dataDir, "mut2func_info.csv"),
countFolder = paste0(dataDir, "mutationCallfile/"),
logger = NULL
)
dataDir |
path to the existing data main directory |
outdir |
path to the desired output directory |
mut2funcFile |
path to the mut2func file. Defaults to <dataDir>/mut2func_info.csv |
countFolder |
path the mutationCallfile folder. Defaults to <dataDir>/mutationCallfile/ |
logger |
An optional yogilogger object. Defaults to NULL, which just prints to stdout. |
NULL. Results are written to file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.