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

Not getting sensitivity and specificity #175

Open
rafaeltiveron opened this issue Aug 11, 2020 · 1 comment
Open

Not getting sensitivity and specificity #175

rafaeltiveron opened this issue Aug 11, 2020 · 1 comment

Comments

@rafaeltiveron
Copy link

rafaeltiveron commented Aug 11, 2020

a-posteriori probability of viterbi path
----------------------------------------
a-posteriori probability of correct path

204516 times were the paths equally likely (identical).
sorted quotients of the rest:

0 quotients were between 1 and 10


*******      Evaluation of gene prediction     *******

---------------------------------------------\
                 | sensitivity | specificity |
---------------------------------------------|
nucleotide level |        -nan |           0 |
---------------------------------------------/

----------------------------------------------------------------------------------------------------------\
           |  #pred |  #anno |      |    FP = false pos. |    FN = false neg. |             |             |
           | total/ | total/ |   TP |--------------------|--------------------| sensitivity | specificity |
           | unique | unique |      | part | ovlp | wrng | part | ovlp | wrng |             |             |
----------------------------------------------------------------------------------------------------------|
           |        |        |      |              93084 |                  0 |             |             |
exon level |  93084 |      0 |    0 | ------------------ | ------------------ |        -nan |           0 |
           |  93084 |      0 |      |    0 |    0 | 93084 |    0 |    0 |    0 |             |             |
----------------------------------------------------------------------------------------------------------/

----------------------------------------------------------------------------\
transcript | #pred | #anno |   TP |   FP |   FN | sensitivity | specificity |
----------------------------------------------------------------------------|
gene level | 52910 |     0 |    0 | 52910 |    0 |        -nan |           0 |
----------------------------------------------------------------------------/

------------------------------------------------------------------------\
            UTR | total pred | CDS bnd. corr. |   meanDiff | medianDiff |
------------------------------------------------------------------------|
            TSS |      11836 |              0 |         -1 |         -1 |
            TTS |      10533 |              0 |         -1 |         -1 |
------------------------------------------------------------------------|
            UTR | uniq. pred |    unique anno |      sens. |      spec. |
------------------------------------------------------------------------|
                |  true positive = 1 bound. exact, 1 bound. <= 20bp off |
 UTR exon level |          0 |              0 |       -nan |       -nan |
------------------------------------------------------------------------|
 UTR base level |          0 |              0 |       -nan |       -nan |
------------------------------------------------------------------------/
nucUTP= 0 nucUFP=0 nucUFPinside= 0 nucUFN=0
# total time: 2.24e+04

Why zero and "nan" for everything? Running in L.Mint 20.04

@MarioStanke
Copy link
Contributor

It reports 0 annotated genes in the reference annotation that you input. The nan comes from a division by 0.
Compare your input .gb file with one in the examples folder. If the cause is not obvious, I suggest, you manually create a single gene version of your file and then step wise adjust it until it eventually is in the very same format as the example.

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