library(SeqArray)
# the GDS file
(gds.fn <- seqExampleFileName("gds"))
# display
f <- seqOpen(gds.fn)
seqDigest(f, "genotype")
seqDigest(f, "annotation/format/DP")
# close the GDS file
seqClose(f)
Run the code above in your browser using DataLab