snvListVCF | R Documentation |
This function extract the SNPs that pass a frequency cut-off in at least one super population from a GDS SNP information file and save the retained SNP information into a VCF file.
snvListVCF(gds, fileOUT, offset = 0L, freqCutoff = NULL)
gds |
an object of class
|
fileOUT |
a |
offset |
a single |
freqCutoff |
a single positive |
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.