join_units_2: join_units_2

Description Usage Arguments Value

View source: R/join_units_2.R

Description

Peform an iteration of the second move in the algorithm. That is combine two clusters to improve the marginal likelihood.

Usage

1
2
3
4
5
6
7
join_units_2(
  snp.object,
  partition,
  threshold = 1e-05,
  n.cores = 1,
  comb.chache = NULL
)

Arguments

snp.object

A snp.object containing the processed SNP data.

partition

An integer vector indicating an initial partition of the isolates.

threshold

The increase in marginal log likelihood required to accept a move.

n.cores

The number of cores to use.

comb.chache

a matrix recording previous marginal llks of combining clusters

Value

The best partition after combining two clusters as well as a boolean value indicating whether a move increased the marginal likelihood.


gtonkinhill/rhierbaps documentation built on May 3, 2021, 9:04 p.m.