View source: R/functions_make.R
make_anno_grs | R Documentation |
Loads a GTF file and processes it to list of GRanges suitable for serial
annotation by make_feature_as_signal_dt
.
make_anno_grs(gtf_file)
gtf_file |
A gtf or gtf.gz file from GENCODE Other sources may work but have not been tested. |
Output is intended for use with make_feature_as_signal_dt
a named list of GRanges where each corresponds to an annotated feature type
gtf_file = system.file(package = "seqqc", "extdata/gencode.v35.annotation.at_peaks.gtf")
make_anno_grs(gtf_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.