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
• 9,368 views
•
link
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.
• 1 views
•
link
Log in to answer this question.
It is possible that your data was prepared by an unstranded kit/method. You can verify this by using the
infer_experiment.pyscript from RSeQC as described here.Thanks for the quick answer Rob, I appreciate it.
You're very welcome :).