query
Execute Cypher queries to retrieve biological knowledge from NASA GeneLab spaceflight experiments. Query relationships with edge properties like log2fc and p-values.
Instructions
Execute a Cypher query on the Neo4j database.
If the question is about up- or down-regulated genes, use the find_upregulated_genes or find_downreguluated genes
EDGE PROPERTIES - CRITICAL: Many relationships in this knowledge graph have properties stored as edge attributes (data ON the relationship itself). Examples include: log2fc, adj_p_value, methylation_diff, q_value, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The Cypher query to execute. | |
| params | No | The parameters to pass to the Cypher query. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |