Description Usage Arguments Value Examples
View source: R/millefy-genemodel.R
Create a data.table object that contains informaiton on exonic regions
1 | gtfToDtExon(path_gtf)
|
path_gtf |
Path to a GTF file |
dtExon data.table object
1 2 3 4 | # Gene annotation track (For faster performance, try to use \code{dt_gtf} paramter)
path_gtf <- system.file("extdata", "example.gtf", package="millefy")
dt_gtf_exon <- gtfToDtExon(path_gtf)
geneTrack1 <- list(path_gtf = path_gtf, dt_gtf = dt_gtf_exon, label = "GENCODE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.