gtex-eqtl-skill
Fetch GTEx single-tissue eQTL associations from one variant input by accepting rsID, GRCh37, or GRCh38 input and resolving to the required GRCh38 query for the GTEx v2 API. Use when a user wants eQTL associations returned as JSON. Published by openai in plugins.
What is gtex-eqtl-skill?
Fetch GTEx single-tissue eQTL associations from one variant input by accepting rsID, GRCh37, or GRCh38 input and resolving to the required GRCh38 query for the GTEx v2 API. Use when a user wants eQTL associations returned as JSON. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use gtex-eqtl-skill
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/life-science-research/skills/gtex-eqtl-skill/SKILL.md
What it does
Fetch GTEx single-tissue eQTL associations from one variant input by accepting rsID, GRCh37, or GRCh38 input and resolving to the required GRCh38 query for the GTEx v2 API. Use when a user wants eQTL associations returned as JSON.
Skill instructions
Operating rules - Use Python requests for all network calls. - Accept exactly one of rsid, grch37, grch38, or variant, and resolve to a GRCh38 chrom-pos-ref-alt query. - Convert to GTEx variantId format: chr{chrom}{pos}{ref}{alt}b38. - Always return one JSON object (no markdown) as final output. Input Accept JSON on stdin as either: - A string: "10-112998590-C-T" (treated as GRCh38) - An object: json { "grch38": "10-112998590-C-T", "maxresults": 200 } Other accepted object forms include: json { "grch37": "10-114758349-C-T" } json { "rsid": "rs7903146", "maxresults": 50 } Allowed variant separators include -, :, , /, or whitespace, for example: - 10-112998590-C-T - 10:112998590-C-T - 10:112998590:C:T - chr10 112998590 C T maxresults is optional and truncates returned eQTL rows when provided. Output Success shape: json { "ok": true, "source": "gtex-v2", "input": {"type": "grch38", "value": "10-112998590-C-T"}, "queryvariant": { "chr": "10", "pos": 112998590, "ref": "C", "alt": "T", "cano
Explore related resources
Frequently asked questions
What is gtex-eqtl-skill?
gtex-eqtl-skill is a open-source AI agent skill with Copy skill directory. Fetch GTEx single-tissue eQTL associations from one variant input by accepting rsID, GRCh37, or GRCh38 input and resolving to the required GRCh38 query for the GTEx v2 API.
Who is gtex-eqtl-skill best for?
gtex-eqtl-skill is best for reusing agent instructions, scripts, and references, documentation workflows.
How do I install gtex-eqtl-skill?
Install or run gtex-eqtl-skill using Copy skill directory. Check gtex-eqtl-skill for the latest setup command.
Is gtex-eqtl-skill actively maintained?
gtex-eqtl-skill may need a closer maintenance check before production use.
Auto-fetched from GitHub.