get_cdsgrl | R Documentation |
Get a set of filtered cds from an imported GTF GRanges
get_cdsgrl(filt_anno, fafileob, ignore_orf_validity)
filt_anno |
GRanges; an unfilted imported GTF |
fafileob |
FaFile object; reference to an indexed genomic fasta file |
ignore_orf_validity |
Boolean; flag whether to include ORFs missing a valid stop codon |
This takes only coding sequences which are a multiple of 3bp and have a start and a stop on either end.it always returns coding sequences without the stops, regardless of their extent in the input.
a GRangesList split by transcript, which contains the filtered coding ranges for each one
Dermot Harnett, dermot.p.harnett@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.