Learn R Programming

xega (version 0.9.0.23)

sgXReplicationFactory: Factory for configuring a gene-dependent Replication function.

Description

Factory for configuring a gene-dependent Replication function.

Usage

sgXReplicationFactory(algorithm = "sga", method = "Kid1")

Value

A replication function for the algorithm from the correct package.

Arguments

algorithm

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

method

Method.

Options are package-dependent:

  • "sga", "sgperm", "sge", sgp": "Kid1", "KidPipeline", "Kid2".

  • "sgde", "sgede": "DE", "DEPipeline".

See Also

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

Examples

Run this code
sgXReplicationFactory(algorithm="sgp", method="Kid1")

Run the code above in your browser using DataLab