periodicity_filter_uORFs | R Documentation |
Run Multitaper tests on a set of ORFs
periodicity_filter_uORFs(psites, anno, remove = TRUE, n_cores = 1)
psites |
GRanges object with psite information |
anno |
annotation object |
remove |
whether to remove non-peridic uORFs |
n_cores |
number of cores to use |
This function applies a multitaper test to
a numeric vector with the spectral coefficient at 0.333... and the pvalue for the test
Dermot Harnett, dermot.p.harnett@gmail.com
data(chr22_anno)
data(rpfs)
data(offsets_df)
psites <- get_psite_gr(rpfs, offsets_df, chr22_anno)
filteredanno <- periodicity_filter_uORFs(psites, chr22_anno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.