saveFeatures {GenomicFeatures} | R Documentation |
These methods provide a way to dump a TranscriptDb object to an SQLite file, and to recreate that object the saved file.
saveFeatures(x, file) loadFeatures(file)
x |
a transcripts object, which contains a connection to a DB. |
file |
A SQLite Database filename. |
For loadFeatures
only, a TranscriptDb
object is returned.
M. Carlson
txdb <- loadFeatures(system.file("extdata", "UCSC_knownGene_sample.sqlite", package = "GenomicFeatures")) txdb