View source: R/3-shared-getCutoff.R
getCutoffFDR | R Documentation |
Get a meaningful cutoff based on the FDR values from permutation tests.
getCutoffFDR(object, fdr = 0.05, window_size = 1)
object |
A |
fdr |
A float value for the false discovery rate. Default is 0.05. |
window_size |
An integer. Default is 1. When it is greater than 1, the function will return a meaningful cutoff based on the moving average of the FDR values. This is useful when the FDR values are noisy and the user wants to smooth them out. |
A cutoff value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.