Learn R Programming

GESTr (version 0.1)

getMonotonicConfidences_multiclass: Ensure monotonicity of multi-class gene expression state confidence assignments

Description

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

Usage

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.

Value

Details

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

Examples

Run this code
### internal function ###

Run the code above in your browser using DataLab