Description Usage Arguments Value
View source: R/orderContigsTSP.R
Attempt to order contigs within linkage groups using travelling salesperson algorithm
1 | orderContigsTSP(linkageGroupReadTable, reps)
|
linkageGroupReadTable |
dataframe of strand calls (product of combineZeroDists or preprocessStrandTable) |
reps |
Number of repetitions for he 2-opt TSP solver algorithm |
list of two members: 1) contig names in order, 2) the original data.frame entered into function correctly ordered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.