CodonPrecisionWithThreshold {xegaGeGene} | R Documentation |
The choice bias is the sum of the absolute values of the difference between a k equally probable choices and the probability distribution of the modulo choice rule.
CodonPrecisionWithThreshold(LHS, pCrit)
LHS |
The left-hand side of a grammar object |
pCrit |
Threshold for the choice bias for single non-terminal. |
The precision of a codon which guarantees that the choice bias
for all nonterminals is below a probability threshold of
PCrit
.
Other Precision:
MinCodonPrecision()
,
mLCMGCodonPrecision()
NT<-sample(5, 50, replace=TRUE)
CodonPrecisionWithThreshold(NT, 0.1)
CodonPrecisionWithThreshold(NT, 0.01)