mLCMGCodonPrecision {xegaGeGene}R 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 common abstract interface of precision functions.

Value

Integer. The precision of a codon whose upper bound is larger than 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)

[Package xegaGeGene version 1.0.0.0 Index]