View source: R/helpers_general.R
calculate_adjp | R Documentation |
Calculate adjusted p-values for methods where only nominal p-values are
available in a COBRAData
object.
calculate_adjp(cobradata, method = "BH")
cobradata |
A |
method |
A character string giving the method (selected from
|
A COBRAData
object, extended with the calculated adjusted
p-values.
Charlotte Soneson
data(cobradata_example)
cobradata_example <- calculate_adjp(cobradata_example, method = "BH")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.