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
The database contains reactions with catalysts but no reactant or products, e.g. MATCH (n:Reaction {id:'10008'})-[l]-() RETURN DISTINCT(TYPE(l))
MATCH (n:Reaction {id:'10008'})-[l]-() RETURN DISTINCT(TYPE(l))
In this case all the participants are generic molecules, so it could be to do with automatic reaction balancing.
There are 5469 such reactions. MATCH (r:Reaction) WHERE NOT (r)-[:has_reactant|has_cofactor]-() RETURN COUNT(r)
MATCH (r:Reaction) WHERE NOT (r)-[:has_reactant|has_cofactor]-() RETURN COUNT(r)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The database contains reactions with catalysts but no reactant or products, e.g.
MATCH (n:Reaction {id:'10008'})-[l]-() RETURN DISTINCT(TYPE(l))
In this case all the participants are generic molecules, so it could be to do with automatic reaction balancing.
There are 5469 such reactions.
MATCH (r:Reaction) WHERE NOT (r)-[:has_reactant|has_cofactor]-() RETURN COUNT(r)
The text was updated successfully, but these errors were encountered: