This tutorial walks through a complete linkage mapping analysis using the demo dataset bundled with Linkmapper. The dataset is an F2 intercross population comprising 188 individuals, 62 markers, and 2 phenotype traits. It represents the validation dataset used in the Linkmapper paper and reproduces the results reported there.
By the end of this tutorial you will have:
Each step below corresponds to one tab in the Linkmapper interface.
From the Upload & Analyse tab, click Download demo dataset to save the bundled F2 demo file to your computer, then click Browse and select it. The file is in MAPMAKER format with the header:
data type f2 intercross
188 62 2
Linkmapper reads the file and displays a confirmation message showing the number of individuals (188), markers (62), and phenotype columns (2) detected.
Once the file is loaded, click Run prior analysis. The output should show:
Navigate to the Group Markers tab. The suggested LOD (≈ 3.84) and a default maximum recombination frequency of 0.50 are pre-filled.
Click Run grouping. Expected output:
| Linkage group | Markers assigned |
|---|---|
| LG 1 | 13 |
| LG 2 | 12 |
| LG 3 | 13 |
| LG 4 | 12 |
| LG 5 | 12 |
| Total linked | 62 |
| Unlinked | 0 |
All 62 markers form 5 groups with no unlinked markers, consistent with the known 5-chromosome structure of the mapping population. If you obtain a different number of groups, try adjusting the LOD threshold slightly (±0.5) and re-running.
Navigate to the Order Groups tab. Select RECORD as the ordering algorithm (recommended for F2 intercross data; RECORD minimises the total number of recombinations across the ordered sequence).
Click Order all groups. Ordering runs sequentially for all 5 linkage groups. Progress messages appear as each group completes. For the demo dataset:
If you prefer to compare algorithms, you can re-run with RCD or UG and compare the resulting log-likelihoods. For the demo dataset, RECORD and RCD produce similar orderings; UG may produce slightly longer maps on some groups.
Navigate to the Linkage Map tab. Choose a mapping function (Kosambi is the default and is appropriate for most plant mapping populations), enter a map title, marker label prefix, and colour preference, then click Generate map.
The linkage map is displayed as an interactive plotly figure. Hover over any marker to see its name and cM position. A summary table below the map shows statistics per linkage group:
| LG | Markers | Length (cM) |
|---|---|---|
| 1 | 13 | ~145 |
| 2 | 12 | ~130 |
| 3 | 13 | ~140 |
| 4 | 12 | ~125 |
| 5 | 12 | ~136 |
| Total | 62 | ~675.6 |
Exact values may vary slightly depending on the mapping function selected.
Click Download map (PNG) to save a publication-quality static version, and Download statistics (CSV) to save the per-group summary table.
Navigate to the QTL Analysis tab. This step requires that Steps 1–4 are complete and that the data file contains at least one phenotype column (the demo dataset has 2).
The LOD profile plot shows the LOD score at every position across all five linkage groups. Peaks exceeding the threshold are highlighted and listed in the QTL summary table with their linkage group, peak position (cM), and peak LOD score.
Note: QTL results depend on the phenotype selected, the scanning method, and the significance threshold. Run the scan and interpret the LOD profile in the context of your study organism and research question. The demo dataset results are provided for workflow validation only and should not be used as biological conclusions.
The summary table produced in Step 4 gives three key statistics per linkage group:
In a breeding context, the linkage map is used to:
The following files are available for download after completing the workflow:
| Step | Download | Format |
|---|---|---|
| Prior analysis | Missing data plot | PNG |
| Prior analysis | Segregation test table | CSV |
| Marker grouping | Group assignment table | CSV |
| Marker ordering | Ordered sequence summary | CSV |
| Linkage map | Linkage map figure | PNG |
| Linkage map | Per-group statistics table | CSV |
| QTL analysis | LOD profile plot | PNG |
| QTL analysis | QTL summary table | CSV |