Description Usage Arguments Details Value Author(s) See Also Examples
Opens a SeqArray GDS file.
1 |
gds.fn |
the file name |
readonly |
whether read-only or not |
allow.duplicate |
if |
It is strongly suggested to call seqOpen
instead of
openfn.gds
, since seqOpen
will perform internal checking
for data integrality.
Return an object of class SeqVarGDSClass
inherited from
gds.class
.
Xiuwen Zheng
seqClose
, seqGetData
,
seqApply
1 2 3 4 5 6 7 8 9 10 11 | # the GDS file
(gds.fn <- seqExampleFileName("gds"))
# open the GDS file
gdsfile <- seqOpen(gds.fn)
# display the contents of the GDS file in a hierarchical structure
gdsfile
# close the GDS file
seqClose(gdsfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.