apply_evalue_cutoff | R Documentation |
The control_fdr()
function filters the data by E-value for each
annotation type. If the E-values from the eval_cutoff()
function are
used the overall FDR will fall below the given threshold.
apply_evalue_cutoff(x, e_vals)
x |
A |
e_vals |
A vector of three numeric values to be used as E-value cutoffs.
The E-value cutoffs must be in the order of unique(x$AnnType). For example,
if |
A data.table
with the rows removed that fall below the E-value
cutoff.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.