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
No description provided.
The text was updated successfully, but these errors were encountered:
Documentation github page initiated
Sorry, something went wrong.
Some examples query to added in documentation
complex query NQ: Cells in which key events linked to AOP 360 occur. CQ:
MATCH (a:AOP {id:'360'})-[r:HAS_KEY_EVENT]-(e:KEY_EVENT) MATCH (e)-[r2:OCCURS_IN_CELL]-(c:CELL) RETURN *
NQ: "cuticle secreting cell" linked to what other key events CQ:
MATCH (c:CELL {name:'cuticle secreting cell'})-[r:OCCURS_IN_CELL]-(ke:KEY_EVENT) RETURN *
NQ: extract the key event, whose name contain "neuro" and linked them with their respective aops CQ:
MATCH (ke:KEY_EVENT)-[rel:HAS_KEY_EVENT]-(aop:AOP) WHERE toLower(ke.name) =~ '.*neuro.*' RETURN *
Crispae
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: