SNPGDSFileClass | R Documentation |
A SNPGDSFileClass
object provides access to a GDS file containing
genome-wide SNP data. It extends the class gds.class
in
the gdsfmt package.
Xiuwen Zheng
snpgdsOpen
, snpgdsClose
# open an example dataset (HapMap)
genofile <- snpgdsOpen(snpgdsExampleFileName())
genofile
class(genofile)
# "SNPGDSFileClass" "gds.class"
# close the file
snpgdsClose(genofile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.