CodonPrecision: Compute codon precision with the choice bias of rules below a...

View source: R/xegaGeCodonPrecision.R

CodonPrecisionR Documentation

Compute codon precision with the choice bias of rules below a threshold.

Description

For automatic determination of the least codon precision for grammar evolution with an upper threshold on the choice bias for the substitution of all non-terminal symbols.

Usage

CodonPrecision(cv, pCrit)

Arguments

cv

Choice vector of a context-free grammar.

pCrit

Threshold for choice bias.

Value

Precision of codon.

See Also

Other Diagnostics: CodonChoiceBiases(), CodonChoiceBiasesDeprecated(), tLCM()

Examples

 CodonPrecision(c(1, 2, 3, 5), 0.1)
 CodonPrecision(c(1, 2, 3, 5), 0.01)


xegaGeGene documentation built on June 8, 2025, 1:09 p.m.