get_orf_elong | R Documentation |
Get the mean dwell time over all translated codons for a set of transcripts
get_orf_elong(anno, codon_model)
anno |
|
codon_model |
|
Use estimates of per codon dwell time to get the mean dwell time
a data frame with columns orf_id, mean_occ
Dermot Harnett, dermot.p.harnett@gmail.com
data(chr22_anno)
data(rpfs)
data(offsets_df)
psites <- get_psite_gr(rpfs, offsets_df, chr22_anno)
rust_codon_occ_df <- get_codon_occs(psites, offsets_df, chr22_anno,
n_genes = 1000, method = "RUST"
)
orf_elong <- get_orf_elong(chr22_anno, rust_codon_occ_df)
gn_elong <- gene_level_elong(orf_elong, ritpms, anno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.