Salmon TPMs not the same for each strand individually (--libType IU)?
1
0
Entering edit mode
6.6 years ago
brismiller ▴ 50

When Salmon (v-0.8.2) is run on each strand of an annotation region separately (given IU as my library type), why wouldn't the TPMs be the same for each strand? From my knowledge of how read-pairs are counted, and that the library type is unstranded (yes I checked the GEO info) shouldn't the TPMS be the same... enter image description here Image from sailfish docs

Example Code:

salmon quant -i transcripts_index --seqBias --gcBias --libType IU -1 SRR79_wt_forward.fastq -2 SRR79_wt_reverse.fastq -o SRR79_Minus_TPM

This is my first time doing RNA-Seq, any help is appreciated.

RNA-Seq genome sequencing next-gen • 1.7k views
ADD COMMENT
0
Entering edit mode
6.6 years ago
Rob 6.5k

Hi brismiller,

This is actually not _too_ surprising. Specifically, what you're losing in this case is the actual pairing information. Often, a pair of reads is more informative than either of the individual reads, and so the read pair maps to a more restrictive set of transcripts, and hence leads to more accurate quantification estimates. It's also the case that with single end reads, you must set the fragment length distribution explicitly (or let Salmon use it's defaults, which you should only do if you don't have the relevant information for your particular sample available). These differences in the observed fragment length distribution will also lead to different inferred effective lengths for the transcripts (and hence a different maximum likelihood abundance distribution). In short, I'd expect there to be reasonable correlation between the paired-end estimates and those from the left and right reads individually, but I would not expect them to be the same (or even very highly correlated) because of what you lose going from paired-end to single-end reads.

ADD COMMENT

Login before adding your answer.

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