closeGDS | R Documentation |
Close the connection to the GDS file linked to the given GbsrGenotypeData object.
closeGDS(object, save_filter = FALSE, verbose = TRUE, ...)
## S4 method for signature 'GbsrGenotypeData'
closeGDS(object, save_filter, verbose)
object |
A GbsrGenotypeData object. |
save_filter |
A logical whether to save the filtering information made
via |
verbose |
if TRUE, show information. |
... |
Unused. |
NULL.
# Load data in the GDS file and instantiate a [GbsrGenotypeData] object.
gds_fn <- system.file("extdata", "sample.gds", package = "GBScleanR")
gds <- loadGDS(gds_fn)
# Close the connection to the GDS file
closeGDS(gds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.