Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

tooluniverse-regulatory-genomics工具宇宙调控基因组学

Agent Skill

tooluniverse-regulatory-genomics 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,152

周安装

49

GitHub Stars

1,284

下载量

404
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tooluniverse-regulatory-genomics(工具宇宙调控基因组学)
来源仓库:https://github.com/mims-harvard/tooluniverse
仓库路径:skills/tooluniverse-regulatory-genomics
安装命令:
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-regulatory-genomics
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mims-harvard/tooluniverse --skill tooluniverse-regulatory-genomics

简介

用于查找、检索和筛选调控基因组学相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。
  • 通过 npx 命令从 GitHub 仓库安装并使用。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件操作。
  • tooluniverse-regulatory-genomics 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Regulatory Genomics Research Skill

Systematic investigation of gene regulation through transcription factor binding, chromatin state, and regulatory element annotation. Integrates JASPAR (TF motifs), ENCODE (functional genomics experiments), RegulomeDB (regulatory variant scoring), and UCSC cCREs.

Domain Reasoning

Regulatory element identification requires converging lines of evidence: sequence conservation alone is insufficient (many conserved sequences are not regulatory), chromatin accessibility is necessary but not sufficient (open chromatin can be structural), TF binding peaks require motif validation, and eQTL evidence ties the element to a transcriptional outcome. No single data type is sufficient. A high-confidence regulatory element requires at least two independent evidence types, and ideally all four.

LOOK UP DON'T GUESS

  • TF binding motifs: retrieve from jaspar_search_matrices and jaspar_get_matrix; do not describe motifs from memory.
  • Experimental ChIP-seq data: search ENCODE_search_experiments; do not assume a TF has been profiled in a given cell type.
  • cCRE annotations for a genomic region: call UCSC_get_encode_cCREs with exact coordinates; do not guess element types.
  • Regulatory impact of a variant: query RegulomeDB_query_variant; never estimate regulatory importance from position alone.

KEY PRINCIPLES:

  1. English-first queries - Use English gene/TF names in all tool calls; respond in user's language
  2. Evidence layering - Combine motif (JASPAR) + experimental (ENCODE ChIP-seq) + variant (RegulomeDB) evidence
  3. Coordinate precision - Genome coordinates must specify assembly (GRCh38 preferred)
  4. Negative results documented - Report when a TF has no ChIP-seq data in ENCODE

COMPUTE, DON'T DESCRIBE

When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.

When to Use

  • "What transcription factors bind near gene X?"
  • "Does this SNP affect a regulatory element?"
  • "Find CTCF binding sites in liver tissue"
  • "What are the enhancers active in this cell type?"
  • "Show me ChIP-seq experiments for H3K27ac in T cells"
  • "Is rs1234567 in a regulatory region?"
  • "What TF motifs overlap this genomic region?"
  • "Find ENCODE experiments for ATAC-seq in cancer cell lines"

Key Tools

ToolPurposeKey Params
jaspar_search_matricesFind TF binding motifs by TF name or organismname, species, collection, tax_id
jaspar_get_matrixGet full PWM/PFM for a specific JASPAR matrixmatrix_id (e.g., "MA0139.1")
JASPAR_get_transcription_factorsList all TF matrices (paginated)page, page_size
ENCODE_search_experimentsSearch ENCODE ChIP-seq/ATAC-seq/WGBS experimentsassay_title, target, biosample_term_name, limit
ENCODE_search_histone_experimentsSearch histone mark ChIP-seq specificallyhistone_mark, biosample_term_name, limit
ENCODE_search_chromatin_accessibilitySearch ATAC-seq/DNase-seq experimentsbiosample_term_name, limit
ENCODE_get_experimentGet full metadata for a specific ENCODE experimentaccession (e.g., "ENCSR000EGM")
ENCODE_search_annotationsSearch ENCODE cCRE and chromatin state annotationsannotation_type, biosample_term_name, limit
ENCODE_get_chromatin_stateSearch ChromHMM segmentation databiosample_term_name, limit
UCSC_get_encode_cCREsGet cCREs overlapping a genomic regionchrom, start, end
RegulomeDB_query_variantScore regulatory impact of a variantrsid (e.g., "rs4994")
ENCODE_search_biosamplesFind available cell lines/tissues in ENCODEterm_name, biosample_type, limit

Workflow

Phase 1: TF Motif Discovery (JASPAR)

When asked about TF binding motifs or what TFs might regulate a gene:

1. jaspar_search_matrices(name="TF_NAME", species="Homo sapiens")
   -> Returns list of matrices with matrix_id, collection, version

2. jaspar_get_matrix(matrix_id="MA0139.1")
   -> Returns full PFM/PWM matrix, sequence logo URL, binding sites URL

3. For broad TF family search:
   jaspar_search_matrices(species="Homo sapiens", collection="CORE")
   -> Filter by TF family name in results

JASPAR Collections:

  • CORE: High-quality, non-redundant matrices (best for most use cases)
  • CNE: Conserved non-coding elements
  • POLII: RNA Pol II binding sites

Key Response Fields:

  • matrix_id: Versioned ID (e.g., "MA0139.1") — use for jaspar_get_matrix
  • name: TF gene symbol
  • sequence_logo: URL to binding site logo PNG/SVG
  • collection: Which JASPAR collection

Phase 2: ENCODE Experiment Search

When looking for ChIP-seq, ATAC-seq, or other functional genomics data:

For TF ChIP-seq:

ENCODE_search_experiments(
    assay_title="TF ChIP-seq",
    target="CTCF",              # TF gene name
    biosample_term_name="HepG2", # Cell line or tissue
    limit=10
)

For histone marks:

ENCODE_search_histone_experiments(
    histone_mark="H3K27ac",         # or H3K4me3, H3K27me3, H3K36me3
    biosample_term_name="liver",
    limit=10
)

For chromatin accessibility:

ENCODE_search_chromatin_accessibility(
    biosample_term_name="T cell",
    limit=10
)

For regulatory annotations (cCREs, ChromHMM):

ENCODE_search_annotations(
    annotation_type="candidate Cis-Regulatory Elements",
    biosample_term_name="K562",
    limit=10
)

Common assay_title values:

  • "TF ChIP-seq" - Transcription factor binding
  • "Histone ChIP-seq" - Histone modification
  • "ATAC-seq" - Chromatin accessibility
  • "DNase-seq" - Open chromatin (older method)
  • "WGBS" - DNA methylation

Note: ENCODE_search_experiments returns experiment metadata only (accession, biosample, status). Use ENCODE_get_experiment(accession) to get file download links and detailed metadata.

Phase 3: cCRE Annotation (UCSC + ENCODE)

When annotating a specific genomic region:

UCSC_get_encode_cCREs(
    chrom="chr8",       # Chromosome (GRCh38)
    start=37966000,     # Start coordinate
    end=37967000        # End coordinate
)
# Returns cCREs with type: pELS (proximal enhancer), dELS (distal enhancer),
# PLS (promoter-like), CTCF-only, DNase-H3K4me3

cCRE Types:

  • PLS (Promoter-like): High DNase + H3K4me3 + H3K27ac signal near TSS
  • pELS (Proximal Enhancer): High DNase + H3K27ac, within 2kb of TSS
  • dELS (Distal Enhancer): High DNase + H3K27ac, >2kb from TSS
  • CTCF-only: CTCF binding without enhancer marks
  • DNase-H3K4me3: Unclassified accessible region

Phase 4: Regulatory Variant Scoring (RegulomeDB)

When assessing regulatory impact of a variant:

RegulomeDB_query_variant(rsid="rs4994")
# Returns:
#   regulome_score.ranking: "1a"-"7" (1a = highest regulatory evidence)
#   regulome_score.probability: 0-1 continuous score
#   tissue_specific_scores: dict of tissue -> score
#   overlapping features: eQTLs, TF binding, DNase peaks, motifs

RegulomeDB Score Interpretation:

RankMeaning
1aeQTL + TF binding + matched TF motif + DNase peak
1beQTL + TF binding + DNase peak
1ceQTL + TF binding or DNase peak
1deQTL + motif or protein binding
1eeQTL + motif hit
1feQTL only
2aTF binding + motif match + DNase
2bTF binding + matched motif
2cTF binding with/without motif
3aDNase peak + motif
3bDNase peak only
4Motif hit only
5Proximity to Footprint
6Proximity to Footprint + TF
7No evidence

Variants with rank 1a-2b are most likely to affect gene regulation.


Tool Parameter Reference

ToolRequired ParamsOptional ParamsNotes
jaspar_search_matrices(none — returns all if empty)name, species, collection, tax_id, page, page_sizeUse name for TF name search
jaspar_get_matrixmatrix_idFull version required: "MA0139.1" not "MA0139"
JASPAR_get_transcription_factors(none)page, page_sizePaginated; default page_size=10
jaspar_get_matrix_versionsbase_idbase_id is unversioned (e.g., "MA0139")
ENCODE_search_experiments(none — returns all if empty)assay_title, target, biosample_term_name, limitassay_title must match ENCODE vocabulary exactly
ENCODE_search_histone_experiments(none)histone_mark, biosample_term_name, limithistone_mark: "H3K27ac", "H3K4me3", etc.
ENCODE_search_chromatin_accessibility(none)biosample_term_name, limitReturns ATAC-seq and DNase-seq
ENCODE_get_experimentaccessionaccession: "ENCSR..." format
ENCODE_search_annotations(none)annotation_type, biosample_term_name, limitannotation_type: "candidate Cis-Regulatory Elements"
ENCODE_get_chromatin_state(none)biosample_term_name, limitReturns ChromHMM segmentation
ENCODE_search_biosamples(none)term_name, biosample_type, limitbiosample_type: "cell line", "tissue", "primary cell"
UCSC_get_encode_cCREschrom, start, endCoordinates in GRCh38; chrom format: "chr1"
RegulomeDB_query_variantrsidrsid format: "rs4994" (with rs prefix)

Common Patterns

Pattern 1: TF Binding Site Investigation

Goal: Find where TF X binds and what motif it recognizes
Flow:
  1. jaspar_search_matrices(name="CTCF") -> get matrix_id
  2. jaspar_get_matrix(matrix_id) -> get full PWM, logo URL
  3. ENCODE_search_experiments(assay_title="TF ChIP-seq", target="CTCF") -> experimental binding data
  4. For specific tissue: add biosample_term_name="HepG2"
Output: Motif logo + experimental binding evidence

Pattern 2: Regulatory Variant Interpretation

Goal: Assess if variant rs1234567 affects gene regulation
Flow:
  1. RegulomeDB_query_variant(rsid="rs1234567") -> score + overlapping features
  2. If score <= 2b: ENCODE_search_experiments(target=overlapping_TF) -> experimental evidence
  3. UCSC_get_encode_cCREs(chrom, start, end) -> check if variant in known cCRE
Output: Regulatory score + supporting evidence + cCRE context

Pattern 3: Cell-Type Regulatory Landscape

Goal: Characterize active enhancers in a cell type
Flow:
  1. ENCODE_search_histone_experiments(histone_mark="H3K27ac", biosample_term_name="K562") -> active enhancers
  2. ENCODE_search_chromatin_accessibility(biosample_term_name="K562") -> open chromatin
  3. ENCODE_search_annotations(annotation_type="candidate Cis-Regulatory Elements", biosample_term_name="K562")
  4. ENCODE_get_chromatin_state(biosample_term_name="K562") -> ChromHMM states
Output: Active regulatory elements specific to the cell type

Pattern 4: Gene Regulatory Region Mapping

Goal: Find all regulatory elements near a gene
Flow:
  1. Get gene coordinates from MyGene_query_genes or ensembl_lookup_gene
  2. UCSC_get_encode_cCREs(chrom, start-50000, end+50000) -> nearby cCREs
  3. ENCODE_search_experiments(target=TF_OF_INTEREST) -> TF binding data
  4. jaspar_search_matrices(name=TF_NAME) -> motif for TF
Output: Map of regulatory elements around gene with evidence types

Fallback Strategies

Primary ToolFallbackWhen
ENCODE_search_experiments with specific biosampleRemove biosample_term_name filterNo results for specific tissue
jaspar_search_matrices(name=TF)jaspar_search_matrices(name=TF_family)TF not found by exact name
UCSC_get_encode_cCREsENCODE_search_annotations without coordinatesIf coordinates unknown
RegulomeDB_query_variant(rsid)Use ENCODE_search_experiments + JASPAR to manually assess overlaprsid not in RegulomeDB

Limitations

  • ENCODE TF ChIP-seq: assay_title="TF ChIP-seq" uses ENCODE's exact controlled vocabulary — avoid "ChIP-seq" (too general)
  • UCSC cCREs: Coordinates must be in GRCh38 (hg38); liftOver required for hg19 variants
  • RegulomeDB: Only scores variants with known rsIDs; novel variants not supported
  • JASPAR: Provides motif databases only — not genomic binding locations; combine with ENCODE for experimental evidence
  • ENCODE experiment results: The @graph field may be empty if query filters are too restrictive; relax filters and retry

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39%
按下载量换算158

Claude

26.61%
按下载量换算108

Cursor

17.63%
按下载量换算71

Gemini CLI

9.43%
按下载量换算38

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills