Description Usage Arguments Value Examples
View source: R/saveVariantExperiment.R
loadVariantExperiment to load the GDS back-end SummarizedExperiment object into R console.
1 |
dir |
The directory to save the gds format of the array data, and the newly generated SummarizedExperiment object with array data in GDSArray format. |
An VariantExperiment
object.
1 2 3 4 5 6 | gds <- SeqArray::seqExampleFileName("gds")
## ve <- makeVariantExperimentFromGDS(gds)
## ve1 <- subsetByOverlaps(ve, GRanges("22:1-48958933"))
aa <- tempfile()
## saveVariantExperiment(ve1, dir=aa, replace=TRUE)
## loadVariantExperiment(dir = aa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.