Novoalign
Paired End Reads
Paired end reads arise when a single fragment of DNA has been read from both ends, generating a pair of reads possibly separated by some sequence that was not included in the reads. The two reads are on opposite strands.
-i 99,99
-i PE 99,99 -i +- 99,99 |
Sets paired end mode, fragment length and standard deviation. Replace the ‘,’ with a ‘-‘ to specify a range of fragment lengths. |
The main issues with paired end reads is short fragments such that the two reads overlap or if the fragment length is shorter than the read length then the reads extend into adapter sequence. Novoalign can detect short fragments and paired end reads that have extended into adapter and trim the adapter sequence, just add the option -a to the command line.
Mate Pairs
Illumina Mate pairs are from long fragments that are circularised and then fragmented again. A Biotin marker on the circularisation junction is used to enrich for fragments that overlap the junction.
There are several considerations for alignment of Illumina mate pairs:
- The Biotin enrichment is not perfect and there are typically 30-50% of fragments that do not overlap the circularisation junction and hence align like paired end reads
- It’s also likely that the circularisation junction is sufficiently close to the fragment end that a read will cross the junction. The Novoalign mate pair algorithm can detect this and split the read at the junction.
- It’s also possible that the secondary fragmentation produces short fragments where the two reads overlap or extend into adapter.
-i MP 99,99
-i -+ 99,99 |
Sets mate pair mode, fragment length and standard deviation. Replace the ‘,’ with a ‘-‘ to specify a range of fragment lengths. |
-i MP 99,99 99,99 | Sets mixed mate pair / paired end mode and also enables read splitting. |
454 Paired End
454 paired end reads are produced by a circularisation and a secondary fragmentation step. Alignment of reads is similar to ABI SOLiD in that the two reads of the pair are on the same strand.
-i ++ 99,99 | Sets paired end mode with two reads of a pair aligning to the same strand, fragment length and standard deviation. Replace the ‘,’ with a ‘-‘ to specify a range of fragment lengths. |
NovoalignCS
Mate Pairs
-i 99,99
-i MP 99,99 -i ++ 99,99 |
Sets mate pair mode, fragment length and standard deviation. Replace the ‘,’ with a ‘-‘ to specify a range of fragment lengths. |
Paired End
-i PE 99,99
-i +- 99,99 |
Sets paired end mode, fragment length and standard deviation. Replace the , with a – to specify a range of fragment lengths. |