groupChr1KGSNV | R Documentation |
This function merge all the genotyping files associated to one specific sample into one file. That merged VCF file will be saved in a specified directory and will have the name of the sample. It will also be compressed (bzip). The function will merge the files for all samples present in the input directory.
groupChr1KGSNV(PATHGENOCHR, PATHOUT)
PATHGENOCHR |
a |
PATHOUT |
a |
The integer 0
when successful.
Pascal Belleau, Astrid DeschĂȘnes and Alexander Krasnitz
## Path to the demo pedigree file is located in this package data.dir <- system.file("extdata", package="RAIDS") ## TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.