seqExampleFileName {SeqArray} | R Documentation |
The example files of VCF and GDS format.
seqExampleFileName(type=c("gds", "vcf", "KG_Phase1"))
type |
either "gds" or "vcf" |
The SeqArray GDS file was created from a subset of VCF data of the 1000 Genomes Phase 1 Project.
Return the file name of a VCF file shipped with the package if
type = "vcf"
, or the file name of a GDS file if type = "gds"
.
Xiuwen Zheng
seqExampleFileName("gds") seqExampleFileName("vcf") seqExampleFileName("KG_Phase1")