Description Usage Arguments Details Author(s) See Also Examples
Takes a EnhancedTxDb
object and saves it to the
given file name.
1 2 3 | saveEnhancedTxDb(eTxDb, fn, ...)
## S4 method for signature 'EnhancedTxDb,character'
saveEnhancedTxDb(eTxDb, fn, ...)
|
eTxDb |
|
fn |
File name without extension used for saving the object |
... |
Arguments to be passed to or from methods. |
Taking a EnhancedTxDb
and a file name to which
the object should be saved. Only the name of the file, without file
extensions should be provided.
D. Bindreither
TxDb
1 2 3 4 5 6 7 8 | ## Not run:
## TranscriptDb-object
path <- system.file("extdata", package="EnhancedTxDbs")
fn <- paste(path, "ens75chr19", sep="/")
EnhancedTxDb <- loadEnhancedTxDb(fn)
saveEnhancedTxDb(EnhancedTxDb, "myEnhancedTxDb")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.