Description Usage Arguments Value Examples
View source: R/prepare_annotation.R
Read exon and intron annotation from a GTF file.
1 | prepare_annotation(gtf_file)
|
gtf_file |
Character string. Path to a GTF file. |
List with exon and intron annotations as GRanges and the TxDB
object. The slots are exons
, introns
and txdb
.
1 2 3 4 | gtf <- system.file("extdata", "selected.gtf", package = "DISCERNS",
mustWork = TRUE)
anno <- prepare_annotation(gtf)
names(anno)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.