View source: R/DEGs_manipulation.R
test_uni_distribution | R Documentation |
Test if the p-value is Uniformly Distributed
test_uni_distribution(PValue)
PValue |
The p-value vector. |
pvalue <- runif(1000)
result <- test_uni_distribution(pvalue)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.