-
Notifications
You must be signed in to change notification settings - Fork 5
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
False methylations called in first 7 or so bp #65
Comments
Also, it should be noted that the -1s in the example ref_m6a output do not consistently show up-- if that part of the read aligned, they will show correct reference coordinates for the false methylations. |
This will be fixed in the next release and can be tested in this PR #64. This issue seems to be limited to the first and last 7bp in Revio data, and would not have impacted MSP or NUC calling in fibertools since we don't start calling until the 45th bp. |
As a note, I've already accounted for this with FiberHMM, so it should have no effect on footprint calling either. |
Great news! I am reopening until I merge the fix. |
Example output (bed)
fiber_sequence AAACAAATGCTGAGGCCATTCTCCTGTTCTGCTTCCTGGCACTACG...
m6a 0,1,2,4,5,6,21,318,1170,2616,2884,4133,4567,47...
ref_m6a -1,-1,-1,-1,-1,-1,-1,33455045,33455907,3345735..
Example command
ft predict-m6a -t 8 -k IN.bam OUT.bam
The text was updated successfully, but these errors were encountered: