find_evalue_cutoff | R Documentation |
Calculates the E-value cutoff that keeps the FDR under the given threshold within each annotation type.
find_evalue_cutoff(x, fdr_threshold)
x |
A |
fdr_threshold |
A value between 0 and 1 indicating the desired FDR level. |
A vector with three elements. These elements correspond to the E-value cutoff for the three annotation types (SwissProt, VarSplic, and TrEMBL). Note: the order of the annotation types depends on the order they appear in the AnnType column.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.