saveEnhancedTxDb: Serializing 'EnhancedTxDb' objects

Description Usage Arguments Details Author(s) See Also Examples

Description

Takes a EnhancedTxDb object and saves it to the given file name.

Usage

1
2
3
saveEnhancedTxDb(eTxDb, fn, ...)
## S4 method for signature 'EnhancedTxDb,character'
saveEnhancedTxDb(eTxDb, fn, ...)

Arguments

eTxDb

EnhancedTxDb object which should be serialized

fn

File name without extension used for saving the object

...

Arguments to be passed to or from methods.

Details

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.

Author(s)

D. Bindreither

See Also

TxDb

Examples

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)

jotsetung/EnhancedTxDbs documentation built on May 19, 2019, 9:41 p.m.