View source: R/periodicity_tests.R
ftestvect | R Documentation |
Test a numeric vector for periodicity using the multitaper package
ftestvect(psit, k = 24, bw = 12)
psit |
A list of SimpleRleLists - RPF coverage split by readlength |
k |
|
bw |
|
This function pads short vectors up to 50, and performs a multitaper test for 3bp peridicity on it's input, returning a spectral coefficient and p-value
a numeric vector with the spectral coefficient at 0.333... and the pvalue for the test
Dermot Harnett, dermot.p.harnett@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.