Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| submission:colourbalance [2024/12/02 10:10] – Creation and first draft Richard Bowers | submission:colourbalance [2026/05/01 11:02] (current) – [Illumina's Documentation] Johanna Barbieri | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| - [[https:// | - [[https:// | ||
| - | We recommend you read these guides to understand the issues involved. Illumina also provide a document | + | We recommend you read these guides to understand the issues involved. Illumina also provide a document |
| ===== The Colour Balance Tool ===== | ===== The Colour Balance Tool ===== | ||
| Line 23: | Line 23: | ||
| You need to submit sequences of the same length: it will not be able to analyse a mix of shorter and longer indexes. | You need to submit sequences of the same length: it will not be able to analyse a mix of shorter and longer indexes. | ||
| + | |||
| + | ==== A note about old style 10x indexes ==== | ||
| + | |||
| + | // This section is relevant for the single index, four barcodes per sample 10x systems, namely SIGA and SINA. // | ||
| + | |||
| + | If you submit a file with SIGA or SINA index labels, or a CSV with four columns, the tool will automatically convert these into single indexes with four times the number of barcodes. This is because these kits apply four single indexes to every sample, so each one of them adds to the combination of the single index read. | ||
| + | |||
| + | For example, if you submit a file containing: | ||
| + | |||
| + | < | ||
| + | SINAA1 | ||
| + | SINAA2 | ||
| + | ACGTACGT, | ||
| + | </ | ||
| + | |||
| + | the index combination is: | ||
| + | |||
| + | < | ||
| + | AAACGGCG | ||
| + | CCTACCAT | ||
| + | GGCGTTTC | ||
| + | TTGTAAGA | ||
| + | AGCCCTTT | ||
| + | CAAGTCCA | ||
| + | GTGAGAAG | ||
| + | TCTTAGGC | ||
| + | ACGTACGT | ||
| + | CGTACGTA | ||
| + | GTACGTAC | ||
| + | TACGTACG | ||
| + | </ | ||
| + | |||
| + | These are the four sequences of the first label plus the four sequences of the second label and the four sequences provided just as sequences. You will see in the text area on the page this has happened as well as a plot with eight i7 sequences. | ||