seqEmptyFile | R Documentation |
Create a new empty GDS file.
seqEmptyFile(outfn, sample.id=character(), numvariant=1L, verbose=TRUE)
outfn |
the output file name for a GDS file |
sample.id |
a list of sample IDs |
numvariant |
the number of variants |
verbose |
if |
None.
Xiuwen Zheng
seqVCF2GDS
seqEmptyFile("tmp.gds")
(f <- seqOpen("tmp.gds"))
seqClose(f)
# remove the temporary file
unlink("tmp.gds", force=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.