Description Details Author(s) References See Also Examples
R based Genetic algorithm for gene expression optimization considering mRNA secondary structure and codon usage bias
Package: | GeneGA |
Type: | Package |
Version: | 1.1.2 |
Date: | 2010-11-19 |
License: | GPL version 2 |
LazyLoad: | yes |
Zhenpeng Li, Fei Li, Xiaochen Bo and Shengqi Wang
Maintainer: Zhenpeng Li <zpli21@gmail.com>
Liu L.,Kang L.S.,Chen Y.P.. (1993). Non-numerical parallel algorithms(The second volume)–genetic algorithms,Science Press(In Chinese)
Tuller T, Carmi A, Vestsigian K, et al. An Evolutionarily Conserved Mechanism for Controlling the Efficiency of Protein Translation. Cell 2010, 141:344-354
GeneGA
, GeneFoldGA
, GeneCodon
, GeneGA-class
, GeneFoldGA-class
,
show-methods
, plotGeneGA-methods
, wSet
1 2 3 4 5 6 | seqfile=system.file("sequence","EGFP.fasta",package="GeneGA")
seq=unlist(getSequence(read.fasta(seqfile),as.string=TRUE))
GeneGA.result=GeneFoldGA(sequence=seq,popSize=40,iters=100,crossoverRate=0.3,
mutationChance=0.05,region=c(1,42))
plotGeneGA(GeneGA.result)
show(GeneGA.result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.