con un clic
ncbi-gene-lookup
Look up gene description and location via NCBI Gene (esearch/efetch).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Look up gene description and location via NCBI Gene (esearch/efetch).
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Manage the BioAPEX current-feature workflow from scoping through review and completion
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Scale a buffer recipe to a target volume and compute component masses/volumes.
Save a fetched summary or document to the knowledge base for later retrieval (e.g. after PubMed/UniProt lookup).
Interpret scRNA clusters using marker genes and suggest cell type or state.
Critically evaluate a perturbation hypothesis — challenge assumptions, propose negative controls, and flag confounders.
| name | ncbi_gene_lookup |
| description | Look up gene description and location via NCBI Gene (esearch/efetch). |
| category | bio/literature |
| version | 1 |
| requires_tools | ["fetch_url"] |
| requires_network | true |
| user_invocable | true |
| species | any |
| modality | literature |
| stage | utilities |
| stability | experimental |
| safety_level | low |
User asks for gene info (symbol, description, chromosome, organism) from NCBI.
Search: fetch_url to esearch.fcgi db=gene, term="{gene}[sym]", retmode=json. Get id list.
Fetch: efetch.fcgi db=gene id={id} retmode=xml or json. Parse description, chromosome, organism, type (protein-coding etc.).
Present: Gene symbol, official name, description, organism, chromosome/position, and link to NCBI Gene.