You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For querying a gene by go term, we want to allow people to distinguish
genes involved in pathway
genes regulating pathway
As well as additional forthcoming relationship types
More generally, this would be useful for other kinds of associations too. For gene expression: genes expressed in X or part-of X vs X or part-of X or develops-from X.
Ideally this would be very generic and metadata driven but for now we can just hardcode in the lightweight swagger layer in bioentity.py. This would basically inject something via fq instead of using object.
Clarified semantics of regulates closure and adding a proposed new closure for getting 'regulates only'; i.e. following is_a and regulates (and -/+), with at least one regulates hop in there.
We will want to expose this on amigo, and also via APIs, see monarch-initiative/biolink-api#138
cc @selewis
For querying a gene by go term, we want to allow people to distinguish
As well as additional forthcoming relationship types
More generally, this would be useful for other kinds of associations too. For gene expression: genes expressed in X or part-of X vs X or part-of X or develops-from X.
Ideally this would be very generic and metadata driven but for now we can just hardcode in the lightweight swagger layer in bioentity.py. This would basically inject something via
fq
instead of usingobject
.@selewis requires this for her pathway analysis.
cc @kltm as we need parallel amigo functionality
cc @vanaukenk
Related:
geneontology/amigo#201
The text was updated successfully, but these errors were encountered: