BH_selection | R Documentation |
Function to create a selection based on a set False Discovery Rate I used this function in combination with the association_study function.
BH_selection(data, p_value = "p.value", FDR_cutoff = 0.15, hist = FALSE)
data |
a data frame |
p_value |
character value of column containing the p values |
FDR_cutoff |
numerical value. FDR cutoff |
hist |
logical. Whether or not to create a histogram |
data frame with added columns with FDR and FDR selection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.