permutation_pvalues: Permutation P-values

View source: R/compute_empirical_pvalue.R

permutation_pvaluesR Documentation

Permutation P-values

Description

Permutation P-values

Usage

permutation_pvalues(pvalue, null_pval)

Arguments

pvalue

A calculated p-value from single transcript/gene

null_pval

A vactor of permuted test pvalue from single transcript/gene

Value

A vector of permutation p-value

Examples

pval<- 1e-05
null_pval<-runif(100000,0,1)
permutataion_pvalues(pvalue=pval,null_pval=null_pval)

nkurniansyah/Olivia documentation built on July 29, 2023, 9:10 a.m.