You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qiita_pet/support_files/doc/source/processingdata/woltka_pairedend.rst
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,6 @@ Sequencing data were aligned using Bowtie2 v2.5.1 in the “very sensitive” mo
19
19
20
20
- SE: Reads are treated as unpaired (Bowtie2 input: -U merged.fq)
21
21
- PE: Reads are treated as paired (Bowtie2 input: -1 fwd.fq, -2 rev.fq)
22
-
23
-
Under the paired mode, certain flags were applied:
24
-
25
-
- ND: Discordant alignments are suppressed (Bowtie2 flag: --no-discordant). For example, if a pair of alignments are not pointing toward each other or are too far apart from each other in the reference genome, then both alignments are discarded. See the Bowtie2 manual for a discussion.
26
-
- NM: Singleton alignments are suppressed (Bowtie2 flag: --no-mixed). For example, if a read was aligned but its mate was not, then the alignment was discarded.
Resulting alignment files (SAM format) were processed by Woltka v0.1.6 using default parameters to generate OGU tables.
@@ -65,8 +57,6 @@ Six metrics that rely on comparing each result against the ground truth (higher
65
57
The results revealed:
66
58
67
59
#. PE outperforms SE in all metrics. Most importantly, it reduces false positive rate (higher precision) while retaining mapping rate. Meanwhile, the sensitivity (recall) of identifying true taxa is not obviously compromised (note the y-axis scale).
68
-
#. Suppressing singleton alignments (no mixing; NM) further significantly reduces false positive rate (higher precision), while not obviously reducing sensitivity (recall). However, the mapping rate is also significantly reduced.
69
-
#. Suppressing discordant alignments (no discordance; ND) seem to have little to no effect on the outcome. In fact, most profiles are identical with or without ND (but a few are not).
70
60
#. PE.NU the two additional parameters had minimum effect on the result and make the alignment step faster. This may suggest that the additional parameters are safe to use.
71
61
72
62
Therefore, I would recommend adopting paired alignment in preference to unpaired alignment. I may suggest no mixing as it has improved accuracy, but the potential adverse effect of lower mapping rate may be further explored before making a compelling recommendation. Although not having a visible effect, no discordance may be added for logical coherency.
0 commit comments