assign_feature {InPAS} | R Documentation |
Helper function to label the last component of a genomic feature for each transcript
assign_feature(gr, feature_alt = "utr3")
gr |
A tibble converted from an object of GenomicRanges::GRanges |
feature_alt |
A character(1) vector, specifying the type of genomic features, such as "CDS", "exon", "utr3", "utr5". |
An object of GenomicRanges::GRanges
Haibo Liu