-
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
Do you have plans to allow parsing of part_of and other relationships as parent-children connections? #92
Comments
I deal with this right now by replacing GOTerm's
|
Hello Melnorme1984, Thank you for your interest in GOATOOLS and thank you for contacting us. We do plan to update this function to use new code (currently in an alpha repo, but will be released upon the publication of our GOATOOLS manuscript). Your request had not been in our immediate plans, but with user interest it makes sense to do it. Could you provide a short test(s) demonstrating how you would use this in one of your scripts? With the test, we could be sure that we are both thinking the same way and have not missed anything. Thank you again for your interest and GOATOOLS and for providing us with this information and your current customize version. |
I can give you some of the context for this code. Reading the ontology:
Setting the new
|
FYI, I am working on supporting the 'part_of' relationship now as I need it currently in my own research. I'll post back with links to tests where part_of is used. Thank you for taking the time to contact us and express your interest in the part_of relationship . |
Thank you very much for your interest in GOATOOLS and taking the time to express interest in this important functionality. BRAND NEW are the functions:
which traverse both the get_all_parents/get_all_children as well as the relationships and reverse relationships: (tests/test_i92_relationship_parentchild.py) It is planned to use these new functions in "propagate_counts". Please open a new request for propagate_counts using relationships. In the meantime, please use the new functions, get_all_upper() and get_all_lower() in place of your modified get_all_parents() and get_all_children(). I am closing this issue. Please re-open if there are any issues with the NEW get_all_upper() and get_all_lower(). |
Sorry, but I used these functions without success. I also interested in an implementation considering relationships, such as part_of, to propagate counts on them. |
Thank you for your interest in GOATOOLS and taking the time to write to us. I will take a look at propagate_counts allowing the use of othre relationships shortly. Issue #117 is now being used to track this request. Thank you again for expressing user priorities. |
The current "nested structure" implementation for relationships doesn't allow one to use
update_association
to propagate on them.The text was updated successfully, but these errors were encountered: