View source: R/xegaGeCodonPrecision.R
CodonPrecisionWithThreshold | 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 a single non-terminal. |
For the computation of the precision, the function CodonPrecision()
is used.
The precision of a codon which guarantees that the choice bias
for all non-terminals 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.