-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read length determination #12
Comments
Hi, I've also encountered this problem recently when using RiboseQC. How did you finally solve it?
|
Hey, |
Thanks for your timely reply! |
While looking through the output & code of riboseqc, I've noticed that the determination of read_lengths is based only on the mapped part of each read, while soft-clipped parts of the read are ignored.
This means that sequence/read with 31nt but only 29nt mapped & 2nt softclipped will (fasley?) be regarded as a 29nt read.
Additionally, this probably also affects the P-site assignment of such reads, if the softclipped part is at the start of the read.
I'm not sure about the reasoning behind this approach, since the reads produced by Riboseq should all come from ribosome protected fragments and the full length should be counted indepent of whether it was fully/efficiently mapped.
The text was updated successfully, but these errors were encountered: