STAR Alignment Score reduced after trimming
1
0
Entering edit mode
6.2 years ago
dec986 ▴ 370

Hello,

I'm comparing three different QC tools (trimgalore, trimmomatic, & bbduk) and then seeing how STAR alignments are affected by all of them, comparing against a noQC run. Specifically, I am comparing the "AS" and "nM" fields in the BAM file. I figured that the alignment scores should increase, but the QC file without any QC gets the best alignment scores, albeit with higher mismatch rates.

I am concerned that the alignments after QC may be worse because of this, specifically the means of the alignment scores can be seen:

trimgalore  - noQC  = -5.57
trimmomatic - noQC  = -2.99
bbduk       - noQC  = -1.15

Why are the QC tools causing worse alignment scores in STAR?

STAR RNA-Seq • 4.3k views
ADD COMMENT
5
Entering edit mode
6.2 years ago

There's little point in trimming reads with STAR (or other tools that do local alignment), at most trim adapters and very low quality bases (phred scores up to ~3 or so). Presuming you did quality trimming, it's likely that the score you used was much too high, which decreased the number of bases that STAR would have otherwise aligned and therefore decreased the alignment scores. Even adapter trimming isn't perfect, since inevitably you'll end up trimming off a bit of sequence. For both our command line and Galaxy RNAseq workflows, we skip trimming entirely and use STAR with the raw reads. That tends to produce quite nice results.

ADD COMMENT
0
Entering edit mode

thank you! who is "our"?

ADD REPLY
1
Entering edit mode

who is "our"?

@Devon is currently a bioinformatician/data manager at the Max Planck Institute for Immunobiology and Epigenetics in Freiburg, Germany.

ADD REPLY
0
Entering edit mode

great, thanks, I have to let my colleagues know. We're comparing several different RNA-Seq pipelines.

ADD REPLY
0
Entering edit mode

Evidently a great manager too

ADD REPLY
1
Entering edit mode

Thankfully I manage the data and not the people :)

ADD REPLY
0
Entering edit mode

Is there any official documentation for this? I can't find anything in google searches or in the STAR manual

ADD REPLY
1
Entering edit mode

That's not going to be documented since it's not a direct result of a tool, but rather an interaction between how alignments work generally and trimming generally changes thing.

ADD REPLY

Login before adding your answer.

Traffic: 2714 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