Learn R Programming

TFactSR (version 0.99.0)

calculateQvalue: calculates Q-value

Description

This function calculates Q-value based on Storey.

Usage

calculateQvalue(df, lambda = seq(0.05, 0.5, 0.01))

Value

data.frame

Arguments

df

a data frame containng p-values

lambda

a vector of the lambda values utilized to obtain pi0.lambda

Author

Atsushi Fukushima

References

Storey JD, The Annals of Statistics 31:2013-2035 (2003)

Examples

Run this code
data(example.df)
p.value <- example.df$p.value
df <- data.frame(p.value = p.value)
res <- calculateQvalue(df)

Run the code above in your browser using DataLab