snpgdsClose | 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
snpgdsOpen
# open an example dataset (HapMap)
genofile <- snpgdsOpen(snpgdsExampleFileName())
genofile
# close the file
snpgdsClose(genofile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.