xegaGeGeneMapFactory {xegaGeGene} | R Documentation |
xegaGeGeneMapFactory()
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:
"Mod" returns GeneMapMod()
. (Default).
"Bucket" returns GeneMapmLCM()
.
xegaGeGeneMapFactory(method = "Mod")
method |
String specifying the GeneMap function. |
Gene map function for genes.
Other Configuration:
xegaGePrecisionFactory()
XGene<-xegaGeGeneMapFactory("Mod")
gene<-xegaGeInitGene(lFxegaGeGene)
XGene(gene$gene1, lFxegaGeGene)