loadEnhancedTxDb: Loading 'EnhancedTxDb' objects

Description Usage Arguments Details Author(s) See Also Examples

View source: R/serializeEnhancedTxDb.R

Description

Takes a file name and loads a previously saved EnhancedTxDb object.

Usage

1

Arguments

fn

File name without extension used for saving the object

...

Arguments to be passed to or from methods.

Details

Taking a file name and loading a previously saved EnhancedTxDb object. 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
## Not run: 
  path <- system.file("extdata", package="EnhancedTxDbs")
  fn <- paste(path, "ens75chr19", sep="/")
  EnhancedTxDb <- loadEnhancedTxDb(fn)

## End(Not run)

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