View source: R/simple_file_functions.R
GenerateVCFsFromIndelSimpleFiles | R Documentation |
Generate reconstructed VCFs from indel (small insertions and deletions) simple files
GenerateVCFsFromIndelSimpleFiles(
files,
output.dir,
num.parallel.files = 1,
mc.cores.per.file = 1
)
files |
Character vector of file paths to the indel simple files. |
output.dir |
The directory where the reconstructed VCFs will be saved. |
num.parallel.files |
The (maximum) number of files to run in
parallel. On Microsoft Windows machines it is silently changed to 1. Each
file in turn can require multiple cores, as governed by
|
mc.cores.per.file |
The maximum number of cores to use for each file. On Microsoft Windows machines it is silently changed to 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.