snpgdsClose {SNPRelate} | R Documentation |
Close the SNP GDS file
snpgdsClose(gdsobj)
gdsobj |
an object of class |
It is suggested to call snpgdsClose
instead of
closefn.gds
.
None.
Xiuwen Zheng
# open an example dataset (HapMap) genofile <- snpgdsOpen(snpgdsExampleFileName()) genofile # close the file snpgdsClose(genofile)