seqEmptyFile: Empty GDS file

View source: R/Conversion.R

seqEmptyFileR Documentation

Empty GDS file

Description

Create a new empty GDS file.

Usage

seqEmptyFile(outfn, sample.id=character(), numvariant=1L, verbose=TRUE)

Arguments

outfn

the output file name for a GDS file

sample.id

a list of sample IDs

numvariant

the number of variants

verbose

if TRUE, show information

Value

None.

Author(s)

Xiuwen Zheng

See Also

seqVCF2GDS

Examples

seqEmptyFile("tmp.gds")

(f <- seqOpen("tmp.gds"))
seqClose(f)

# remove the temporary file
unlink("tmp.gds", force=TRUE)

zhengxwen/SeqArray documentation built on July 1, 2024, 1:56 p.m.