Learn R Programming

pi0 (version 1.4-1)

print.subex: Printing a Summary of Subsampling-Extrapolation Results

Description

This function prints out a summary of a subt object.

Usage

# S3 method for subex
print(x,...)
# S3 method for subex
summary(object,...)

Arguments

x,object

the subex object, for which to print summaries.

...

ignored.

Value

an invisible(NULL), used only for its side effects.

Details

This function will first print a summary of the corresponding extrpi0 object. Then several quantiles of the p-values and q-values are printed.

References

Qu, L., Nettleton, D., Dekkers, J.C.M. Subsampling Based Bias Reduction in Estimating the Proportion of Differentially Expressed Genes from Microarray Data. Unpublished manuscript.

See Also

subex, extrp.pi0, print.extrpi0, fdr

Examples

Run this code
# NOT RUN {
set.seed(9992722)
## this is how the 'simulatedDat' data set in this package generated
simulatedDat=sim.dat(G=5000)
## this is how the 'simulatedSubex' data set in this package generated
simulatedSubex=subex(simulatedDat,balanced=FALSE,max.reps=Inf)
# }
# NOT RUN {
data(simulatedSubex)
summary(simulatedSubex)
# }

Run the code above in your browser using DataLab