Reduce 3' UTRs to the gene level across all transcripts
dot-reduce_features.Rd
Reduce 3' UTRs to the gene level across all transcripts
Arguments
- gr.list
Input GenomicRanges::GRangesList file with features grouped by transcript
- txdb
An ensembldb::EnsDb object
- filter
An AnnotationFilter::AnnotationFilterList for selecting transcripts
Examples
if (FALSE) { # interactive()
anno.db = SeedMatchR::load_species_anno_db("hg38")
features = SeedMatchR::get_features_gtf(anno.db$txdb)
gtf = SeedMatchR::.reduce_features(features, anno.db$txdb)
}