View source: R/compute_empirical_pvalue.R
permutation_pvalues | R Documentation |
Permutation P-values
permutation_pvalues(pvalue, null_pval)
pvalue |
A calculated p-value from single transcript/gene |
null_pval |
A vactor of permuted test pvalue from single transcript/gene |
A vector of permutation p-value
pval<- 1e-05
null_pval<-runif(100000,0,1)
permutataion_pvalues(pvalue=pval,null_pval=null_pval)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.