|
1 | 1 | <div id="SYNTENY_CIRCOS" class="tabcontent" style="display: none">
|
2 |
| - <div class="section-para-wrapper"> |
3 |
| - <p class="section-para"> |
4 |
| - Circos facilitates the identification and analysis of similarities and differences arising from comparisons |
5 |
| - of genomes. The genome-wide alignments are performed with MUMMER. |
6 |
| - </p> |
7 |
| - <p class="section-para"><b>References:</b></p> |
8 |
| - <p class="section-para"> |
9 |
| - Krzywinski, M., Schein, J., Birol, I., Connors, J., Gascoyne, R., Horsman, D., ... & Marra, M. A. (2009). |
10 |
| - Circos: an information aesthetic for comparative genomics. Genome research, 19(9), 1639-1645. |
11 |
| - <a href="https://doi.org/10.1101/gr.092759.109" target="_blank">10.1101/gr.092759.109</a> |
12 |
| - </p> |
13 |
| - <p class="section-para"> |
14 |
| - Marçais G, Delcher AL, Phillippy AM, Coston R, Salzberg SL, Zimin A. MUMmer4: A fast and versatile genome |
15 |
| - alignment system. PLoS Comput Biol. 2018 Jan 26;14(1):e1005944. |
16 |
| - <a href="https://doi.org/10.1371/journal.pcbi.1005944" target="_blank">10.1371/journal.pcbi.1005944</a> |
17 |
| - </p> |
18 |
| - <p class="section-para"> |
19 |
| - <b |
20 |
| - >Versions: {{ all_stats_dicts['VERSIONS']['CIRCOS']['circos'] }} (CIRCOS), {{ |
21 |
| - all_stats_dicts['VERSIONS']['MUMMER']['nucmer'] }} (MUMMER)</b |
22 |
| - > |
23 |
| - </p> |
24 |
| - <p class="section-para"><b>Notes:</b></p> |
25 |
| - <ul> |
26 |
| - <li> |
27 |
| - Alignments within a distance of {{ all_stats_dicts['PARAMS_DICT']['synteny_mummer_max_gap'] }}bp have been |
28 |
| - bundled together. |
29 |
| - </li> |
30 |
| - <li> |
31 |
| - After bundling, any bundle smaller than {{ all_stats_dicts['PARAMS_DICT']['synteny_mummer_min_bundle_size'] }}bp has been filtered out. |
32 |
| - </li> |
33 |
| - <li> |
34 |
| - The sequence labels shown on the plot are based on the labelling file provided to the pipeline. These labels may or may not be same as the sequence IDs in the corresponding FASTA files. |
35 |
| - </li> |
36 |
| - </ul> |
37 |
| - </div> |
38 |
| - {% include 'synteny_circos/dropdown.html' %} {% include 'synteny_circos/report_contents.html' %} |
| 2 | + <div class="section-para-wrapper"> |
| 3 | + <p class="section-para"> |
| 4 | + Circos facilitates the identification and analysis of similarities and differences arising from comparisons |
| 5 | + of genomes. The genome-wide alignments are performed with MUMMER. |
| 6 | + </p> |
| 7 | + <p class="section-para"><b>References:</b></p> |
| 8 | + <p class="section-para"> |
| 9 | + Krzywinski, M., Schein, J., Birol, I., Connors, J., Gascoyne, R., Horsman, D., ... & Marra, M. A. (2009). |
| 10 | + Circos: an information aesthetic for comparative genomics. Genome research, 19(9), 1639-1645. |
| 11 | + <a href="https://doi.org/10.1101/gr.092759.109" target="_blank">10.1101/gr.092759.109</a> |
| 12 | + </p> |
| 13 | + <p class="section-para"> |
| 14 | + Marçais G, Delcher AL, Phillippy AM, Coston R, Salzberg SL, Zimin A. MUMmer4: A fast and versatile genome |
| 15 | + alignment system. PLoS Comput Biol. 2018 Jan 26;14(1):e1005944. |
| 16 | + <a href="https://doi.org/10.1371/journal.pcbi.1005944" target="_blank">10.1371/journal.pcbi.1005944</a> |
| 17 | + </p> |
| 18 | + <p class="section-para"> |
| 19 | + <b>Versions: {{ all_stats_dicts['VERSIONS']['CIRCOS']['circos'] }} (CIRCOS), {{ |
| 20 | + all_stats_dicts['VERSIONS']['MUMMER']['nucmer'] }} (MUMMER)</b> |
| 21 | + </p> |
| 22 | + |
| 23 | + <p class="section-para"><b>Notes:</b></p> |
| 24 | + <ul> |
| 25 | + <li> |
| 26 | + Alignments within a distance of {{ all_stats_dicts['PARAMS_DICT']['synteny_mummer_max_gap'] }}bp have been |
| 27 | + bundled together. |
| 28 | + </li> |
| 29 | + <li> |
| 30 | + After bundling, any bundle smaller than {{ all_stats_dicts['PARAMS_DICT']['synteny_mummer_min_bundle_size'] }}bp |
| 31 | + has been filtered out. |
| 32 | + </li> |
| 33 | + <li> |
| 34 | + The sequence labels shown on the plot are based on the labelling file provided to the pipeline. These labels may |
| 35 | + or may not be same as the sequence IDs in the corresponding FASTA files. |
| 36 | + </li> |
| 37 | + </ul> |
| 38 | + |
| 39 | + </div> |
| 40 | + |
| 41 | + {% include 'synteny_circos/dropdown.html' %} {% include 'synteny_circos/report_contents.html' %} |
39 | 42 | </div>
|
0 commit comments