get_cds_reads | R Documentation |
Filter an RPF GR for overlap with coding sequences
get_cds_reads(cov, anno)
cov |
GRanges; A granges object with |
anno |
An annotation object |
This function reads in a bam file containing ribosomal footprints. It uses only reads without splice sites and reads which align to the positive strand, as it's designed to work on transcriptomic alignments.
This function returns a granges object with the read names in the names slot and a metadata column denoting readlength.
Dermot Harnett, dermot.p.harnett@gmail.com
get_cds_reads
, get_readlens
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.