Parse FLAMES' GFF ouputs into a Genomic Ranges List
Arguments
- file
the GFF file to parse
- feature.type
The type of features to extract from the GFF file. Default is
c("exon", "utr")
.- drop.cols
Columns to drop from the metadata. Default is
c("type", "exon_number", "exon_id", "level")
, which are exon-specific metadata that may not be relevant when keeping just the first row (exon).