GeneFoldGA-class: Class "GeneFoldGA"

Description Slots Methods See Also

Description

GeneFoldGA class for representing the GeneFoldGA results

Slots

seq:

Object of class "character". The mRNA sequence to optimize.

iters:

Object of class "integer". The number of iteration.

popSize:

Object of class "numeric". The population size.

crossoverRate:

Object of class "numeric". The crossover rate of each generation. By default 0.2.

mutationChance:

Object of class "numeric". Mutation chance of the gene in the unit of codon.

region:

Object of class "ANY". The region of sequence to optimize, the other part of sequence outside the region is optimized by only considering codon usage bias.

organism:

Object of class "character". The organism that gene due to express,the package contains codon usage bias information of almost 200 genomes.

eval_value:

Object of class "numeric". The evaluation function values of all final population.

free_en:

Object of class "numeric". The minimux free energy values of all final population.

eval_value_set:

Object of class "numeric". The mean of evaluation function values of the population.

eval_value_set02:

Object of class "numeric". The maximum of evaluation function values of the population.

population:

Object of class "character". The final population undergone the genetic algorithm.

ramp:

Object of class "ANY". Ramp specifies the region with low translation efficiency. Generally,the first 90 to 150 bases are the ramp region of gene,which are deemed to be an evolutionarily conserved mechanism for controlling the efficiency of protein translation. Referring to the reference for more detailed description.

Methods

show

signature(object = "GeneFoldGA"): Displaying the results of GeneFoldGA, the first three distinctive and optimum sequences can be returned, as well as the corresponding minimum free energys.

plotGeneGA

signature(object = "GeneFoldGA"): Visualizing the variation of optimized and mean variable values during the progress that genetic algorithm performed. Furthermore, the plot also can be used to check the results whether well converged.

See Also

GeneFoldGA, GeneGA, show-methods, plotGeneGA-methods


GeneGA documentation built on Nov. 8, 2020, 8:17 p.m.