getBestQ {OUTRIDER} | R Documentation |
This is a collection of small accessor/setter functions for easy access to the values within the OUTRIDER model.
getBestQ(ods) zScore(ods) pValue(ods) padj(ods) ## S4 method for signature 'OutriderDataSet' dispersions(object, ...) theta(ods)
ods, object |
An OutriderDataSet object. |
... |
Further arguments passed on to the underlying assay function. |
A matrix or vector dependent on the type of data retrieved.
ods <- makeExampleOutriderDataSet(10, 10) ods <- OUTRIDER(ods) zScore(ods) pValue(ods) padj(ods) theta(ods) theta(ods) == 1/dispersions(ods) getBestQ(ods)