simulateGenome {AnaCoDa}R Documentation

simulateGenome

Description

Method of Model class (access via model$<function name>, where model is an object initialized by initializeModelObject). Will simulate a version of the given genome using the current set of parameters stored in the Parameter object. This can be written to a FASTA file using genome$writeFasta(<filename>,simulated = TRUE).

Arguments

genome

a Genome object initialized by initializeGenomeObject


[Package AnaCoDa version 0.1.4.4 Index]