Description Usage Arguments Details Author(s) See Also Examples
View source: R/serializeEnhancedTxDb.R
Takes a file name and loads a previously saved
EnhancedTxDb
object.
1 | loadEnhancedTxDb(fn, ...)
|
fn |
File name without extension used for saving the object |
... |
Arguments to be passed to or from methods. |
Taking a file name and loading a previously saved
EnhancedTxDb
object. Only the name of the file,
without file extensions should be provided.
D. Bindreither
TxDb
1 2 3 4 5 6 | ## Not run:
path <- system.file("extdata", package="EnhancedTxDbs")
fn <- paste(path, "ens75chr19", sep="/")
EnhancedTxDb <- loadEnhancedTxDb(fn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.