Description Usage Arguments Value
The control_fdr()
function filters the data by p-value for each
annotation type. If the p-values from the pval_cutoff()
function are
used the overall FDR will fall below the given threshold.
1 | control_fdr(x, pvals)
|
x |
... |
pvals |
A vector of three numeric values to be used as p-value cutoffs. The p-value cutoffs must be in the order of unique(x$AnnType). For example, if unique(x$AnnType) = "SwissProt", "TrEMBL", "VarSplic" then the p-value cutoff for SwissProt must be the first element of pvals, the p-value cutoff for TrEMBL must be the second element of pvals, and the p-value cutoff for VarSplic must be the third element of pvals. |
...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.