Learn R Programming

GESTr (version 0.1)

getMonotonicConfidences: Ensure monotonicity of two-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(ClassScoreList)

Arguments

ClassScoreList
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.

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