Description Usage Arguments Value Author(s) Examples
The example files of VCF and GDS format.
1 | seqExampleFileName(type=c("gds", "vcf", "KG_Phase1")) |
type | either "gds" (by default) or "vcf" |
Return the path of a VCF file in the package if type="vcf", or the path of a GDS file if type="gds". If type="KG_Phase1", return the path of GDS file on Chromosome 22 of the 1000 Genomes Phase 1 project.
Xiuwen Zheng
1 2 3 4 5 | seqExampleFileName("gds") seqExampleFileName("vcf") seqExampleFileName("KG_Phase1") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.