R/variantkey.R
VknrBinToTsv.RdConvert a vrnr.bin file to a simple TSV. Return Number of written bytes or 0 in case of error. For the reverse operation see the resources/tools/nrvk.sh script.
VknrBinToTsv(tsvfile, mc = vk.env$nrvk_$MC)
| tsvfile | Output tsv file name. Note that existing files will be replaced. |
|---|---|
| mc | Memory-mapped columns object as retured by MmapNRVKfile. |