find_differentially_expressed_genes
Retrieve the top upregulated and downregulated genes for a specific assay from the GeneLab Knowledge Graph. Identify key differentially expressed genes in spaceflight experiments.
Instructions
Return the top-N up- and down-regulated genes for a given assay_id.
This tool runs two queries on the GeneLab KG:
Top-N upregulated genes (log2fc > 0, highest first)
Top-N downregulated genes (log2fc < 0, lowest first)
FORMATTING INSTRUCTION: RENDER THE RESPONSE IN MARKDOWN FORMAT!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assay_id | Yes | Assay identifier (e.g., 'OSD-253-6c5f9f37b9cb2ebeb2743875af4bdc86') | |
| top_n | No | How many genes to return for each of up- and down-regulated lists |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |