xegaGeGeneMapFactory | 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 xegaGeGeneMapMod()
. (Default).
"Bucket" returns xegaGeGeneMapmLCM()
.
xegaGeGeneMapFactory(method = "Mod")
method |
String specifying the GeneMap function. |
Gene map function for genes.
Other Configuration:
xegaGeDecodeGeneFactory()
,
xegaGePrecisionFactory()
XGene<-xegaGeGeneMapFactory("Mod")
gene<-xegaGeInitGene(lFxegaGeGene)
XGene(gene$gene1, lFxegaGeGene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.