choose_readlengths | R Documentation |
This function selects a subset of readlenghts to be used in the P-sites calculation step
choose_readlengths(summary_data, choice = "max_coverage", nt_signals)
summary_data |
output data from the |
choice |
Method used to select readlengths, defaults to "max_coverage" |
nt_signals |
Profiles of 5'ends around start codons |
Three different methods are available to choose readlengths: the "max_coverage" method selects all read lenghts with more in-frame signal compared to out-of-frame signal, on all codons; the "max_inframe" method starts with the most accurate read length and progressively selects read lengths which add in-frame signals in codons not covered by previous read lengths; the "all" method selects all available read lengths
a list object containing different compartments. Each sub-list contains final_choice
,
the set of chosen read lengths with cutoffs, and data
, the complete stats for each selection method
Lorenzo Calviello, calviello.l.bio@gmail.com
calc_cutoffs_from_profiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.