powered by
Perform multiple testing correction on p-values from interaction test. By default, multiple testing correction is applied per bait. To change this to a global multiple testing correction, set bait.level = FALSE.
bait.level = FALSE
multiple.testing.correct(interaction.data, bait.level = TRUE)
Data table of interaction calls. Must contain columns p.value and bait.id.
Logical indicating whether multiple testing correction should be performed per bait.
Original data table with new column
FDR-corrected p-value
# NOT RUN { data(bre80); results <- fit.model(bre80); adjusted.results <- multiple.testing.correct(results); # } # NOT RUN { # }
Run the code above in your browser using DataLab