getMonotonicConfidences_multiclass: Ensure monotonicity of multi-class gene expression state...

Description Usage Arguments Details Value Author(s) Examples

Description

Ensures monotonicity of a gene's expression state confidence assignments, in terms of the underlying gene expression values.

Usage

1
getMonotonicConfidences_multiclass(ClassScoreList,exprs,verbose=FALSE)

Arguments

ClassScoreList

List where each element is a numeric vector of probabilities of state membership. One (vector) element per state in the model.

exprs

A numeric vector of expression values for one gene

verbose

Logical value specifying whether to print output when correction required.

Details

Processes two vectors of class membership scores, returning values corrected so as to ensure monotonicity.

Value

List with 2 elements, each a numeric vector of probabilities of state membership. One (vector) element for low-expression state and one for high-expression state.

Author(s)

Ed Curry e.curry@imperial.ac.uk

Examples

1
### internal function ###

Example output

Loading required package: mclust
Package 'mclust' version 5.3
Type 'citation("mclust")' for citing this R package in publications.
Loading required package: gtools

GESTr documentation built on May 2, 2019, 9:37 a.m.