Description Usage Arguments Value Examples
Useful to allow fast TxDb loader like .db
1 |
txdb |
a TxDb file, a path to one of: (.gtf ,.gff, .gff2, .gff2, .db or .sqlite) or an ORFik experiment |
chrStyle |
a GRanges object, TxDb, FaFile,
or a |
a TxDb object
1 2 3 4 5 | library(GenomicFeatures)
# Get the gtf txdb file
txdbFile <- system.file("extdata", "hg19_knownGene_sample.sqlite",
package = "GenomicFeatures")
txdb <- loadDb(txdbFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.