Learn R Programming

SeqArray (version 1.8.0)

seqExampleFileName: Example GDS file

Description

The example GDS file for sequencing variants

Usage

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

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

A GDS sequencing-variant file was created from a subset of VCF data of the 1000 Genomes Project.

Examples

Run this code
seqExampleFileName("gds")

seqExampleFileName("vcf")

Run the code above in your browser using DataLab