View source: R/model_search_parallel.R
model_search_parallel | R Documentation |
Clusters DNA alignment using independent loci model
model_search_parallel( snp.object, partition, round.types, quiet = FALSE, n.extra.rounds = 0, n.cores = 1 )
snp.object |
A snp.object containing the processed SNP data. |
partition |
An integer vector indicating an initial starting partition. |
round.types |
A vector indicating which series of moves to make. |
quiet |
Whether to suppress progress information (default=FALSE). |
n.extra.rounds |
The number of additional rounds to perform after the default hierBAPS settings (default=0). If set to Inf it will run until a local optimum is reached (this might take a long time). |
n.cores |
The number of cores to use. |
an optimised partition and marginal llk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.