mLCMGCodonPrecision: mLCMG precision of codon.

View source: R/xegaGeCodonPrecision.R

mLCMGCodonPrecisionR Documentation

mLCMG precision of codon.

Description

mLCMG precision of codon.

Usage

mLCMGCodonPrecision(LHS, ...)

Arguments

LHS

Vector of Integers. The left-hand side of a grammar object G.

...

Unused. Needed for the common abstract interface of precision functions.

Value

Integer. The precision of a codon whose upper bound is larger than the least common multiple of the prime factors of the vector of the available rules for each non-terminal of a grammar.

See Also

Other Precision: CodonPrecisionWithThreshold(), MinCodonPrecision()

Examples

NT<-sample(5, 50, replace=TRUE)
mLCMGCodonPrecision(NT)

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