Learn R Programming

xega (version 0.9.0.23)

sgXDecodeGeneFactory: Factory for configuring a gene-dependent DecodeGene function.

Description

A gene-specific decoder must be provided.

Usage

sgXDecodeGeneFactory(algorithm = "sga", method = "DecodeGene")

Value

Decode function for the selected algorithm from the correct package.

Arguments

algorithm

"sga", "sgde", "sgperm", "sge", "sgede", "sgp". Default: "sga".

method

Method. Default: "DecodeGene".

See Also

Other Configuration: sgXCrossoverFactory(), sgXGeneMapFactory(), sgXInitGeneFactory(), sgXMutationFactory(), sgXReplicationFactory()

Examples

Run this code
sgXDecodeGeneFactory(algorithm="sgperm", method="DecodeGene")

Run the code above in your browser using DataLab