Description Usage Arguments Value Author(s) Examples
Function to open the gds file inside the SeqSQC object.
1 |
seqfile |
SeqSQC object, which has been merged with benchmark data. |
readonly |
whether to open the gds file in read-only mode. If "FALSE", it is allowed to write data to the file. The default is TRUE. |
allow.duplicate |
whether to allow to open a GDS file with read-only mode when it has been opened in the same R session. The default is FALSE. |
a gds file with the filepath in the input SeqSQC object.
Qian Liu qliu7@buffalo.edu
1 2 3 4 5 6 7 | library(gdsfmt)
load(system.file("extdata", "example.seqfile.Rdata", package="SeqSQC"))
gfile <- system.file("extdata", "example.gds", package="SeqSQC")
seqfile <- SeqSQC(gdsfile = gfile, QCresult = QCresult(seqfile))
dat <- SeqOpen(seqfile)
dat
closefn.gds(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.