-
Notifications
You must be signed in to change notification settings - Fork 23
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
Assess_assembly Documentation #30
Comments
I have the same questions. If you have any answers, please let me know. |
The Qscores are simply the log transform (-10*log10[1 - p]) of the error rates. |
One further question regarding column 3-4 of assm_stats.txt, what is the difference between coverage and ref_coverage, and what do these values indicate? Thanks very much. Great package! |
|
Thank you @cjw85, cheers! |
It would be really nice if the documentation provided some explanation of the output files. Specifically these two table types.
Percentage Errors
name mean q10 q50 q90
err_ont 1.609% 0.731% 1.197% 3.830%
err_bal 1.621% 0.734% 1.204% 3.915%
iden 0.406% 0.109% 0.247% 1.152%
del 0.434% 0.196% 0.290% 1.017%
ins 0.783% 0.379% 0.557% 1.756%
Q Scores
name mean q10 q50 q90
err_ont 17.94 21.36 19.22 14.17
err_bal 17.90 21.34 19.19 14.07
iden 23.91 29.61 26.07 19.39
del 23.63 27.07 25.37 19.93
ins 21.07 24.22 22.54 17.55
"ins" and "del" are straightforward. What are "iden", "err_ont", and "err_bal" errors. How are these q scores being computed and what do they represent in this context?
The text was updated successfully, but these errors were encountered: