-
Notifications
You must be signed in to change notification settings - Fork 210
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
Comparison of GO Terms between list #162
Comments
Thank you for taking the time to contact us and for the great question. Other user's will surely benefit from our answering your question. I will add a link in the README.md to this issue so they can see how to run it. |
Here is an example that you can run if you clone the goatools repo:
|
Your file format should work just fine. Here is a sample. GO IDs in i162a.tsv and i162b.tsv will be compared: Contents of i162a.tsv
Contents of i162b.tsv
Run:
|
The Lines beginning with |
Thanks for creating this script and the library, it's really helpful. Is there a way to save the output of the comparison into a format that can be imported from another such as tsv, csv..etc? EDIT: I found the solution by going through the script. I can use the |
Thank you so much for your interest in GOA Tools and for taking your time to write us. I would like to add a tsv format too. I am putting this on our TODO list. Please let us know any more information that might be relevant to this issue or your thoughts about any specific features or implementations. |
Issue appears to be resolved with |
Dear authors,
I would like to ask for an example of using compare_gos.py to compare occurences of GO ID's between two different sets/lists.
I have a table like this for example:
And a similar one for another condition. How do I compare whether certain GO ID's are enriched in comparison to the other condition?
The text was updated successfully, but these errors were encountered: