xegaGaGeneMapFactory | R Documentation |
xegaGaGeneMapFactory()
implements the selection
of one of the GeneMap functions in this
package by specifying a text string.
The selection fails ungracefully (produces
a runtime error) if the label does not match.
The functions are specified locally.
Current support:
"Bin2Dec" returns xegaGaGeneMap()
. (Default).
"Gray2Dec" returns xegaGaGeneMapGray()
.
"Identity" returns xegaGaGeneMapIdentity()
.
"Permutation" returns xegaGaGeneMapPerm()
.
xegaGaGeneMapFactory(method = "Bin2Dec")
method |
A string specifying the GeneMap function. |
A gene map function for genes.
Other Configuration:
lFxegaGaGene
,
xegaGaCrossoverFactory()
,
xegaGaMutationFactory()
,
xegaGaReplicationFactory()
XGene<-xegaGaGeneMapFactory("Identity")
gene<-xegaGaInitGene(lFxegaGaGene)
XGene(gene$gene1, lFxegaGaGene$penv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.