View source: R/3-shared-getResults.R
getSignificantResultsFDR | R Documentation |
This function retrieves results from a propr
or propd
object keeping only the
statistically significant pairs. The significance is determined by the cutoff value for which
the false discovery rate (FDR) is less or equal than the given value 'fdr'. The significant
pairs are those that have a value greater/less or equal than the cutoff, depending on the metric.
getSignificantResultsFDR(object, fdr = 0.05, window_size = 1)
getSignificantResultsFDR.propr(object, fdr = 0.05, window_size = 1)
getSignificantResultsFDR.propd(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 FDR values would be smoothed out by a moving average of the given window size. |
A data.frame
of results.
getSignificantResultsFDR.propr:
This function retrieves results from a propr
object keeping
only the statistically significant pairs.
getSignificantResultsFDR.propd:
This function retrieves results from a propd
object keeping
only the statistically significant pairs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.