Description Usage Arguments Value Author(s) Examples
View source: R/helpers_general.R
Calculate adjusted p-values for methods where only nominal p-values are
available in a COBRAData
object.
1 | 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
1 2 | 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.