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 of for the substitution of all non-terminal symbols.

Usage

CodonPrecision(cv, pCrit)

Arguments

cv

Choice vector of a context-free grammar.

pCrit

Threhold for choice bias.

Value

Precision of codon.

See Also

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

Examples

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


xegaGeGene documentation built on May 29, 2024, 8:48 a.m.