-
Notifications
You must be signed in to change notification settings - Fork 209
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
Getting information content (IC) using Pfam2GO #196
Comments
The Pfam2GO file looks like this:
The simplest method is to reformat it into a id2go annotation file, whose format looks like this:
Using the code below, you can then get the information content (IC) of various GO IDs using data from the pfam2go.txt file:
|
The researcher confirms this method works, so closing the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do I get information content from a non-standard annotation file (file is not GAF or GPAD), like pfam2go
The text was updated successfully, but these errors were encountered: