closefn.gds: Close a GDS file

Description Usage Arguments Details Value Author(s) References See Also

View source: R/gdsfmt-main.r

Description

Close a CoreArray Genomic Data Structure (GDS) file.

Usage

1
closefn.gds(gdsfile)

Arguments

gdsfile

an object of class gds.class, a GDS file

Details

For better performance, data in a GDS file are usually cached in memory. Keep in mind that the new file may not actually be written to disk, until closefn.gds or sync.gds is called. Anyway, when R shuts down, all GDS files created or opened would be automatically closed.

Value

None.

Author(s)

Xiuwen Zheng

References

http://github.com/zhengxwen/gdsfmt

See Also

createfn.gds, openfn.gds, sync.gds


gdsfmt documentation built on May 2, 2019, 4:41 p.m.