View source: R/sleuth_pre_processing.R
fdr_cutoff | R Documentation |
Retrieve all target id's for a given data frame with a FDR less than or equal to the selected cutoff. Default cutoff value is .05.
fdr_cutoff(sleuth_res, q_cutoff = 0.05, q_equal = FALSE)
sleuth_res |
A data frame generated following running sleuth_results |
q_cutoff |
The selected FDR cutoff value. Default is .05. |
q_equal |
Should the returned results by less than or equal to the q_cutoff. Default is false, which then returns all results less than but not equal to the q_cutoff. |
A list of target id's.
# Given a Sleuth object, return a data frame of all target id's with an FDR less than the cutoff value fdr_cutoff(wald_test_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.