propDEgenes-methods {a4Base} | R Documentation |
Generic function to compute the proportion of differentially expressed genes that are present
## S4 method for signature 'limma' propDEgenes(object, ...) ## S4 method for signature 'numeric' propDEgenes(object, ...)
object |
object of class |
... |
further arguments for the method (currently none implemented) |
numeric of length one giving the proportion of differentially expressed genes
limma
propDEgenes method for a limma object
numeric
propDEgenes method for a numeric vector, i.e. a vector of P Values
Willem Talloen and Tobias Verbeke