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

ErmineJ cannot load annotation file #318

Open
chao9916 opened this issue Jan 17, 2024 · 1 comment
Open

ErmineJ cannot load annotation file #318

chao9916 opened this issue Jan 17, 2024 · 1 comment

Comments

@chao9916
Copy link

chao9916 commented Jan 17, 2024

When I learn the chapter gene ontology-Using the ErmineJ tool

Files downloaded by below two codes are broken.
curl -O http://chibi.ubc.ca/microannots/Generic_human_noParents.an.txt.gz
curl -O http://chibi.ubc.ca/microannots/Generic_mouse_noParents.an.txt.gz

Therefore, I tried to download annotation file from website directly.
But when I loaded the annotation file I download (Generic_human_noParents.an.txt.gz) in ErmineJ 3.2 on Windows 10, an error occurred. Error: Gene annotation reading error during initialization: there are no gene sets Check the file format. Besides, I also checked the content of annotation file and found that there is no GO annotation in this annotation file. Generic_human.an.txt.gz is in the same situation.

Therefore, I changed to load another annotation file (BTS.an.txt.gz, Generic_human_ncbiIds_noParents.an.txt.gz) and succeed. But when I start ORA analysis and load gene score file, software didn't find any valid gene. And the gene offered by gene score file exist in these two annotation files.

I found that the first column and the second column are the same in Generic_human_noParents.an.txt.gz and Generic_human.an.txt.gz, but they are not same in BTS.an.txt.gz and Generic_human_ncbiIds_noParents.an.txt.gz. Therefore, I copied the second column content and paste to the first column in BTS.an.txt.gz and Generic_human_ncbiIds_noParents.an.txt.gz.

Finally, software found the valid gene from gene score file.

I don't know what happened here. And Does ErmineJ search the gene from gene score file based on the first column of annotation file? When the first column of annotation file is some number, do I need to change the number to gene name?

@ialbert
Copy link
Member

ialbert commented Jan 17, 2024

I am afraid that tool has kind of gone obsolete. I used to rely on it quite a bit in the past, but in the past few years I have not used it all - so I don't even know whether it still works.

Sounds like it is not working anymore.

I will investigate the matter tomorrow, but it is likely that I will remove this chapter from the book.

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