
"summary"(object, fdr=NULL, num.genes=NULL, verbose=TRUE, ...)
ROTS
object created from differential expression testing run by ROTS.affySpikeIn
## ROTS-statistic for the Affymetrix spike-in data.
rots.out <- ROTS(data = affySpikeIn, groups = c(rep(0,5), rep(1,5)),
B = 100, K = 500 , seed = 1234)
## Summary of the ROTS results.
rots.summary <- summary(rots.out, fdr = 0.05)
Run the code above in your browser using DataLab