Learn R Programming

pi0 (version 1.3-250)

print.extrpi0: Print the Summary of the Extrapolation

Description

This function print out the summary of an extrpi0 object, typically from calling the function extrp.pi0.

Usage

## S3 method for class 'extrpi0':
print(x,...)
## S3 method for class 'extrpi0':
summary(object, ...)

Arguments

x,object
the extrpi0 object, for which to print summaries.
...
ignored.

Value

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

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

extrp.pi0

Examples

Run this code
set.seed(9992722)
## this is how the 'simulatedDat' data set in this package generated
simulatedDat=sim.dat(G=5000)
## this is how the 'simulatedSubt' object in this package generated
simulatedSubt=subt(simulatedDat,balanced=FALSE,max.reps=Inf)
## this is how the 'simulatedExtrpi0' data set in this package generated
simulatedExtrpi0=extrp.pi0(simulatedSubt)
data(simulatedExtrpi0)
print(simulatedExtrpi0)

Run the code above in your browser using DataLab