Learn R Programming

SeqArray (version 1.12.5)

seqExampleFileName: Example files

Description

The example files of VCF and GDS format.

Usage

seqExampleFileName(type=c("gds", "vcf", "KG_Phase1"))

Arguments

type
either "gds" or "vcf"

Value

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".

Details

The SeqArray GDS file was created from a subset of VCF data of the 1000 Genomes Phase 1 Project.

Examples

Run this code
seqExampleFileName("gds")

seqExampleFileName("vcf")

seqExampleFileName("KG_Phase1")

Run the code above in your browser using DataLab