createMST: Create minimum spanning tree.

Description Usage Arguments Value

View source: R/createMST.R

Description

This function creates a minimum spanning tree and breaks it into numcuts clusters.

Usage

1
createMST(rfmat, numcuts)

Arguments

rfmat

- recombination frequency matrix, produced by the rfmatrix.R/computeRFmat function

numcuts

- number of clusters you wish to break the MST into.

Value

List of numcuts+1 marker clusters.


mckaylab/TSPmap documentation built on Aug. 19, 2021, 8:38 p.m.