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

AmiGO stats count differently than geneontology.org and release.go statistics #661

Open
suzialeksander opened this issue Dec 16, 2022 · 1 comment

Comments

@suzialeksander
Copy link

AmiGO seems to be counting differently than the numbers shown on release/current and the GO homepage stats. Looking at EXP, it seems that AmiGO includes High Throughput codes with a count of 998,484:
Screenshot 2022-12-16 at 13 44 23

http://amigo.geneontology.org/amigo/search/annotation?q=*:*&fq=evidence_subset_closure_label:%22experimental%20evidence%22&sfq=document_category:%22annotation%22

But http://geneontology.org/stats.html and the release list “Annotations for evidence EXP" 939,436

Screenshot 2022-12-16 at 14 22 32

Just noting this discrepancy for now, not sure if stats should be changed or this just needs to be documented (but where?).

Probably what @pgaudet noted at the bottom of #598

@suzialeksander
Copy link
Author

@dustine32 found the code:

https://github.com/geneontology/go-stats/blob/89ef0e2238b16359361ed47cd938c24d526e4971/libraries/go-stats/go_stats_utils.py#L36-L43

EVIDENCE_GROUPS = {
"EXP": ["EXP", "IDA", "IEP", "IGI", "IMP", "IPI"],
"HTP": ["HDA", "HEP", "HGI", "HMP", "HTP"],
"PHYLO": ["IBA", "IRD", "IKR", "IMR"],
"IEA": ["IEA"],
"ND": ["ND"],
"OTHER": ["IC", "IGC", "ISA", "ISM", "ISO", "ISS", "NAS", "RCA", "TAS"]
}

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

1 participant