estimatep0 {SAGx}R Documentation

Estimate proportion unchanged genes

Description

The function uses the vector of p-values to estimate p0.

Usage

estimatep0(ps = pp, B = 500, range = seq(0,0.95, by = 0.05))

Arguments

ps the vector of p-values, e.g. from firstpass
B the number of Bootstrap samples
range the values considered

Value

the value of p0, the proportion unchanged genes

Author(s)

Per Broberg

References

Storey, J. A Direct Approach to the False Discovery Rate, Technical Report Stanford (2001)


[Package SAGx version 1.7.1 Index]