We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, one can do relationship checks (e.g. is_ancestor_of via either a term or an endpoint. For example:
is_ancestor_of
# By term: SO.promoter.is_ancestor_of(SO.RNApol_III_promoter) # By endpoint: ancestors = EBIOntologyLookupService.get_ancestors(NCBITaxon, NCBITaxon.Escherichia_coli) self.assertIn(NCBITaxon.Bacteria, ancestors)
It would be good to allow the intermediate as well, in which one checks against an ontology, which would allow things like this:
NCBITaxon.is_ancestor_of(taxon_uri_X, taxon_uri_Y)
The text was updated successfully, but these errors were encountered:
May be related to #26
Sorry, something went wrong.
bbartley
No branches or pull requests
Right now, one can do relationship checks (e.g.
is_ancestor_of
via either a term or an endpoint.For example:
It would be good to allow the intermediate as well, in which one checks against an ontology, which would allow things like this:
The text was updated successfully, but these errors were encountered: