get_psite_gr | R Documentation |
This function applies offsets to RPF data, attributing to each RPF an offset specific a readlength and phase. Where phase is ambigous, because more than one ORF overlaps the RPF, the RPF has both offsets applied, and in rare cases where more than one possible psite location applies, one is randomly selected.
get_psite_gr(rpfs, offsets_df, anno)
rpfs |
|
offsets_df |
|
anno |
|
a GRanges object of width-1 psites with columns readlen, phase and offset
Dermot Harnett, dermot.p.harnett@gmail.com
data(chr22_anno)
data(rpfs)
data(offsets_df)
psites <- get_psite_gr(rpfs, offsets_df, anno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.