View source: R/order_markers.R
order_markers | R Documentation |
Order markers by solving the TSP
order_markers(x)
x |
distance matrix |
Uses R package seriation to minimize the distance between adjacent markers. For example, x
could be a matrix of recombination frequencies or monotone decreasing transformation of LOD scores.
a list containing
optimized order as a vector of integers
sum of adjacent distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.