This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Salmon libtype - Does it matter?

Hi,

I was wondering what happens if you have the libtype wrong for Salmon? Or why it requires that you supply it? I wasn't sure if the first read of my paired-end reads was forward (ISF) or reverse (ISR), so I ran it both ways, and the mapping efficiencies were identical between the runs.

Thanks, Matt

salmon alignment

It is possible that your data was prepared by an unstranded kit/method. You can verify this by using the infer_experiment.py script from RSeQC as described here.

Thanks for the quick answer Rob, I appreciate it.

You're very welcome :).

1 answer

Hi Matthias,

You can find a description of the behavior you're seeing, and why it's generally expected here. Also, I'll note that if you update to the latest release of Salmon (currently v0.7.0), available here, you can use the A (automatic) library type to have Salmon automatically infer the most-likely library type for you.

Log in to answer this question.