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(), verbose=TRUE)

Arguments

outfn

the output file name for a GDS file

sample.id

a list of sample IDs

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 May 1, 2024, 6:26 p.m.