Skip to content
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

Evaluation of Delly SV calls vs reference set NA12878 shows all zeros for precision and recall in the output (evaluate_SV_callers.pl) #8

Closed
bioinfo89 opened this issue Aug 2, 2020 · 3 comments

Comments

@bioinfo89
Copy link

Hi,
I am using evaluate_SV_callers.pl script to evaluate SV calls from Delly with Na12878. When I run the script, I get 0 for precision and recall for all the size ranges, I am not sure what went wrong here:

DEL

            <Number of supporting reads>
            2       3       4       5       6       7       8       9       10      12

Call (A) 247 175 145 132 120 110 104 99 96 87
Recall (A) 0 0 0 0 0 0 0 0 0 0
Precis (A) 0 0 0 0 0 0 0 0 0 0
Call (SS) 0 0 0 0 0 0 0 0 0 0
Recall (SS) 0 0 0 0 0 0 0 0 0 0
Precis (SS) 0 0 0 0 0 0 0 0 0 0
Call (S) 63 52 47 43 41 37 36 36 35 32
Recall (S) 0 0 0 0 0 0 0 0 0 0
Precis (S) 0 0 0 0 0 0 0 0 0 0
Call (M) 166 115 92 86 77 71 66 61 59 54
Recall (M) 0 0 0 0 0 0 0 0 0 0
Precis (M) 0 0 0 0 0 0 0 0 0 0
Call (L) 18 8 6 3 2 2 2 2 2 1
Recall (L) 0 0 0 0 0 0 0 0 0 0
Precis (L) 0 0 0 0 0 0 0 0 0 0

DUP

            <Number of supporting reads>
            2       3       4       5       6       7       8       9       10      12

Call (A) 171 131 110 95 85 72 63 58 56 51
Recall (A) 0 0 0 0 0 0 0 0 0 0
Precis (A) 0 0 0 0 0 0 0 0 0 0
Call (S) 17 14 11 9 7 6 5 5 5 4
Recall (S) 0 0 0 0 0 0 0 0 0 0
Precis (S) 0 0 0 0 0 0 0 0 0 0
Call (M) 136 105 88 76 69 59 51 47 47 45
Recall (M) 0 0 0 0 0 0 0 0 0 0
Precis (M) 0 0 0 0 0 0 0 0 0 0
Call (L) 18 12 11 10 9 7 7 6 4 2
Recall (L) 0 0 0 0 0 0 0 0 0 0
Precis (L) 0 0 0 0 0 0 0 0 0 0

Any help would be appreciated. Thanks!

@stat-lab
Copy link
Owner

stat-lab commented Aug 5, 2020

The problem was attributed to the reference chromosome names based on the hg19 reference, which has 'chr' prefix in the chromosome names. This evaluation system has been developed with the GRCh37 reference. I changed all the scripts so that the hg19-based files can be used for the evaluation.

@stat-lab stat-lab closed this as completed Aug 5, 2020
@bioinfo89
Copy link
Author

bioinfo89 commented Aug 7, 2020 via email

@stat-lab
Copy link
Owner

stat-lab commented Aug 8, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants