loadTxdb {ORFik} | R Documentation |
Useful to allow fast TxDb loader like .db
loadTxdb(txdb)
txdb |
a TxDb file or a path to one of: (.gtf ,.gff, .gff2, .gff2, .db or .sqlite) |
a TxDb object
library(GenomicFeatures) # Get the gtf txdb file txdbFile <- system.file("extdata", "hg19_knownGene_sample.sqlite", package = "GenomicFeatures") txdb <- loadDb(txdbFile)