getter_setter_functions: Getter/Setter functions

Description Usage Arguments Value See Also Examples

Description

This is a collection of small accessor/setter functions for easy access to the values within the OUTRIDER model.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
getBestQ(ods)

zScore(ods)

pValue(ods)

padj(ods)

## S4 method for signature 'OutriderDataSet'
dispersions(object, ...)

theta(ods)

Arguments

ods, object

An OutriderDataSet object.

...

Further arguments passed on to the underlying assay function.

Value

A matrix or vector dependent on the type of data retrieved.

See Also

estimateDispersions

Examples

1
2
3
4
5
6
7
8
9
ods <- makeExampleOutriderDataSet(10, 10)
ods <- OUTRIDER(ods)

zScore(ods)
pValue(ods)
padj(ods)
theta(ods)
theta(ods) == 1/dispersions(ods)
getBestQ(ods)

OUTRIDER documentation built on Nov. 8, 2020, 5:16 p.m.