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
Add to declarations at the top:
PREFIX indirectly_regulates: http://purl.obolibrary.org/obo/RO_0012012 PREFIX indirectly_positively_regulates: http://purl.obolibrary.org/obo/RO_0002407 PREFIX indirectly_negatively_regulates: http://purl.obolibrary.org/obo/RO_0002409 PREFIX constitutively_upstream_of: http://purl.obolibrary.org/obo/RO_0012009 PREFIX removes_input_for: http://purl.obolibrary.org/obo/RO_0012010
Add to the Molecular Function shape:
indirectly_regulates: ( @<MolecularFunction> OR @<MolecularEvent>) *; indirectly_positively_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *; indirectly_negatively_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *; constitutively_upstream_of: ( @<MolecularFunction> OR @<MolecularEvent> ) *; removes_input_for: ( @<MolecularFunction> OR @<MolecularEvent> ) *;
@pgaudet @ukemi
The text was updated successfully, but these errors were encountered:
vanaukenk
No branches or pull requests
Add to declarations at the top:
PREFIX indirectly_regulates: http://purl.obolibrary.org/obo/RO_0012012
PREFIX indirectly_positively_regulates: http://purl.obolibrary.org/obo/RO_0002407
PREFIX indirectly_negatively_regulates: http://purl.obolibrary.org/obo/RO_0002409
PREFIX constitutively_upstream_of: http://purl.obolibrary.org/obo/RO_0012009
PREFIX removes_input_for: http://purl.obolibrary.org/obo/RO_0012010
Add to the Molecular Function shape:
indirectly_regulates: ( @<MolecularFunction> OR @<MolecularEvent>) *;
indirectly_positively_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *;
indirectly_negatively_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *;
constitutively_upstream_of: ( @<MolecularFunction> OR @<MolecularEvent> ) *;
removes_input_for: ( @<MolecularFunction> OR @<MolecularEvent> ) *;
@pgaudet @ukemi
The text was updated successfully, but these errors were encountered: