Trimmomatic output explanation
1
0
Entering edit mode
9.0 years ago
Mehmet ▴ 820

Dear All:

Input Read Pairs: 362047000 Both Surviving: 356436567 (98.45%) Forward Only Surviving: 4255577 (1.18%) Reverse Only Surviving: 1042122 (0.29%) Dropped: 312734 (0.09%)

here;

what do they mean?

Input Read Pairs:

Both Surviving:

Forward Only Surviving:

Reverse Only Surviving:

Dropped:

rna-seq RNA-Seq sequence • 5.6k views
ADD COMMENT
3
Entering edit mode
9.0 years ago
GenoMax 153k

Selection criteria would be (for example but not limited to): length of the read, average quality of a group of bases etc. (post trimming)

Input Read Pairs: You started with these many read pairs

Both Surviving: Both reads R1/R2 survived trimming (met criteria you selected)

Forward Only Surviving: Only R1 read kept (R2 failed one or more selection criterion after being trimmed)

Reverse Only Surviving: Only R2 read kept (R1 failed one or more selection criterion after being trimmed)

Dropped: Neither R1/R2 pair satisfied selection criteria and were entirely were removed

ADD COMMENT
0
Entering edit mode

Thank you very much.

ADD REPLY
0
Entering edit mode

are these results reasonable? After trimmomatic, I used Trinity for transcriptome assembly. I just want to be sure.

ADD REPLY
0
Entering edit mode

With just the numbers posted above to work with I would say they are.

ADD REPLY

Login before adding your answer.

Traffic: 4393 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6