Loading...
Loading...
Compare original and translation side by side
jaspar_search_matricesjaspar_get_matrixENCODE_search_experimentsUCSC_get_encode_cCREsRegulomeDB_query_variantjaspar_search_matricesjaspar_get_matrixENCODE_search_experimentsUCSC_get_encode_cCREsRegulomeDB_query_variant| Tool | Purpose | Key Params |
|---|---|---|
| Find TF binding motifs by TF name or organism | |
| Get full PWM/PFM for a specific JASPAR matrix | |
| List all TF matrices (paginated) | |
| Search ENCODE ChIP-seq/ATAC-seq/WGBS experiments | |
| Search histone mark ChIP-seq specifically | |
| Search ATAC-seq/DNase-seq experiments | |
| Get full metadata for a specific ENCODE experiment | |
| Search ENCODE cCRE and chromatin state annotations | |
| Search ChromHMM segmentation data | |
| Get cCREs overlapping a genomic region | |
| Score regulatory impact of a variant | |
| Find available cell lines/tissues in ENCODE | |
| 工具 | 用途 | 关键参数 |
|---|---|---|
| 根据TF名称或物种查找TF结合基序 | |
| 获取特定JASPAR矩阵的完整PWM/PFM | |
| 列出所有TF矩阵(分页) | |
| 搜索ENCODE的ChIP-seq/ATAC-seq/WGBS实验 | |
| 专门搜索组蛋白标记的ChIP-seq实验 | |
| 搜索ATAC-seq/DNase-seq实验 | |
| 获取特定ENCODE实验的完整元数据 | |
| 搜索ENCODE的cCRE和染色质状态注释 | |
| 搜索ChromHMM分段数据 | |
| 获取与基因组区域重叠的cCREs | |
| 对变异的调控影响进行评分 | |
| 在ENCODE中查找可用的细胞系/组织 | |
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 resultsCORECNEPOLIImatrix_idnamesequence_logocollection1. jaspar_search_matrices(name="TF_NAME", species="Homo sapiens")
-> 返回包含matrix_id、collection、version的矩阵列表
2. jaspar_get_matrix(matrix_id="MA0139.1")
-> 返回完整的PFM/PWM矩阵、序列logo URL、结合位点URL
3. 如需进行广泛的TF家族搜索:
jaspar_search_matrices(species="Homo sapiens", collection="CORE")
-> 在结果中按TF家族名称筛选CORECNEPOLIImatrix_idnamesequence_logocollectionENCODE_search_experiments(
assay_title="TF ChIP-seq",
target="CTCF", # TF gene name
biosample_term_name="HepG2", # Cell line or tissue
limit=10
)ENCODE_search_histone_experiments(
histone_mark="H3K27ac", # or H3K4me3, H3K27me3, H3K36me3
biosample_term_name="liver",
limit=10
)ENCODE_search_chromatin_accessibility(
biosample_term_name="T cell",
limit=10
)ENCODE_search_annotations(
annotation_type="candidate Cis-Regulatory Elements",
biosample_term_name="K562",
limit=10
)"TF ChIP-seq""Histone ChIP-seq""ATAC-seq""DNase-seq""WGBS"ENCODE_search_experimentsENCODE_get_experiment(accession)ENCODE_search_experiments(
assay_title="TF ChIP-seq",
target="CTCF", # TF基因名称
biosample_term_name="HepG2", # 细胞系或组织
limit=10
)ENCODE_search_histone_experiments(
histone_mark="H3K27ac", # 或H3K4me3、H3K27me3、H3K36me3
biosample_term_name="liver",
limit=10
)ENCODE_search_chromatin_accessibility(
biosample_term_name="T cell",
limit=10
)ENCODE_search_annotations(
annotation_type="candidate Cis-Regulatory Elements",
biosample_term_name="K562",
limit=10
)"TF ChIP-seq""Histone ChIP-seq""ATAC-seq""DNase-seq""WGBS"ENCODE_search_experimentsENCODE_get_experiment(accession)UCSC_get_encode_cCREs(
chrom="chr8", # Chromosome (GRCh38)
start=37966000, # Start coordinate
end=37967000 # End coordinate
)UCSC_get_encode_cCREs(
chrom="chr8", # 染色体(GRCh38)
start=37966000, # 起始坐标
end=37967000 # 终止坐标
)
**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
**cCRE类型**:
- **PLS**(启动子样元件):TSS附近具有高DNase + H3K4me3 + H3K27ac信号
- **pELS**(近端增强子):高DNase + H3K27ac信号,位于TSS 2kb范围内
- **dELS**(远端增强子):高DNase + H3K27ac信号,距离TSS超过2kb
- **仅CTCF结合元件**:仅存在CTCF结合,无增强子标记
- **DNase-H3K4me3**:未分类的可及区域RegulomeDB_query_variant(rsid="rs4994")RegulomeDB_query_variant(rsid="rs4994")
**RegulomeDB Score Interpretation**:
| Rank | Meaning |
|------|---------|
| 1a | eQTL + TF binding + matched TF motif + DNase peak |
| 1b | eQTL + TF binding + DNase peak |
| 1c | eQTL + TF binding or DNase peak |
| 1d | eQTL + motif or protein binding |
| 1e | eQTL + motif hit |
| 1f | eQTL only |
| 2a | TF binding + motif match + DNase |
| 2b | TF binding + matched motif |
| 2c | TF binding with/without motif |
| 3a | DNase peak + motif |
| 3b | DNase peak only |
| 4 | Motif hit only |
| 5 | Proximity to Footprint |
| 6 | Proximity to Footprint + TF |
| 7 | No evidence |
Variants with rank 1a-2b are most likely to affect gene regulation.
---
**RegulomeDB评分解读**:
| 等级 | 含义 |
|------|---------|
| 1a | eQTL + TF结合 + 匹配的TF基序 + DNase峰 |
| 1b | eQTL + TF结合 + DNase峰 |
| 1c | eQTL + TF结合或DNase峰 |
| 1d | eQTL + 基序或蛋白结合 |
| 1e | eQTL + 基序匹配 |
| 1f | 仅eQTL |
| 2a | TF结合 + 基序匹配 + DNase |
| 2b | TF结合 + 匹配的基序 |
| 2c | 带/不带基序的TF结合 |
| 3a | DNase峰 + 基序 |
| 3b | 仅DNase峰 |
| 4 | 仅基序匹配 |
| 5 | 靠近Footprint |
| 6 | 靠近Footprint + TF |
| 7 | 无证据 |
等级为1a-2b的变异最有可能影响基因调控。
---| Tool | Required Params | Optional Params | Notes |
|---|---|---|---|
| (none — returns all if empty) | | Use |
| | — | Full version required: "MA0139.1" not "MA0139" |
| (none) | | Paginated; default page_size=10 |
| | — | base_id is unversioned (e.g., "MA0139") |
| (none — returns all if empty) | | assay_title must match ENCODE vocabulary exactly |
| (none) | | histone_mark: "H3K27ac", "H3K4me3", etc. |
| (none) | | Returns ATAC-seq and DNase-seq |
| | — | accession: "ENCSR..." format |
| (none) | | annotation_type: "candidate Cis-Regulatory Elements" |
| (none) | | Returns ChromHMM segmentation |
| (none) | | biosample_type: "cell line", "tissue", "primary cell" |
| | — | Coordinates in GRCh38; chrom format: "chr1" |
| | — | rsid format: "rs4994" (with rs prefix) |
| 工具 | 必填参数 | 可选参数 | 说明 |
|---|---|---|---|
| 无(为空时返回所有结果) | | 使用 |
| | — | 必须使用完整版本号:"MA0139.1"而非"MA0139" |
| 无 | | 分页返回;默认page_size=10 |
| | — | base_id为无版本号的ID(例如:"MA0139") |
| 无(为空时返回所有结果) | | assay_title必须严格匹配ENCODE的标准词汇 |
| 无 | | histone_mark取值:"H3K27ac"、"H3K4me3"等 |
| 无 | | 返回ATAC-seq和DNase-seq实验 |
| | — | accession格式:"ENCSR..." |
| 无 | | annotation_type取值:"candidate Cis-Regulatory Elements" |
| 无 | | 返回ChromHMM分段数据 |
| 无 | | biosample_type取值:"cell line"、"tissue"、"primary cell" |
| | — | 坐标基于GRCh38;chrom格式:"chr1" |
| | — | rsid格式:"rs4994"(需包含rs前缀) |
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目标:查找TF X的结合位置及其识别的基序
流程:
1. jaspar_search_matrices(name="CTCF") -> 获取matrix_id
2. jaspar_get_matrix(matrix_id) -> 获取完整PWM、logo URL
3. ENCODE_search_experiments(assay_title="TF ChIP-seq", target="CTCF") -> 实验结合数据
4. 针对特定组织:添加biosample_term_name="HepG2"
输出:基序logo + 实验结合证据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目标:评估变异rs1234567是否影响基因调控
流程:
1. RegulomeDB_query_variant(rsid="rs1234567") -> 评分 + 重叠特征
2. 如果评分 <= 2b:ENCODE_search_experiments(target=overlapping_TF) -> 实验证据
3. UCSC_get_encode_cCREs(chrom, start, end) -> 检查变异是否位于已知cCRE中
输出:调控评分 + 支撑证据 + cCRE背景信息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目标:表征某一细胞类型中活跃的增强子
流程:
1. ENCODE_search_histone_experiments(histone_mark="H3K27ac", biosample_term_name="K562") -> 活跃增强子
2. ENCODE_search_chromatin_accessibility(biosample_term_name="K562") -> 开放染色质
3. ENCODE_search_annotations(annotation_type="candidate Cis-Regulatory Elements", biosample_term_name="K562")
4. ENCODE_get_chromatin_state(biosample_term_name="K562") -> ChromHMM状态
输出:该细胞类型特有的活跃调控元件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目标:查找某一基因附近的所有调控元件
流程:
1. 通过MyGene_query_genes或ensembl_lookup_gene获取基因坐标
2. UCSC_get_encode_cCREs(chrom, start-50000, end+50000) -> 附近的cCREs
3. ENCODE_search_experiments(target=TF_OF_INTEREST) -> TF结合数据
4. jaspar_search_matrices(name=TF_NAME) -> TF的基序
输出:基因周围的调控元件图谱及证据类型| Primary Tool | Fallback | When |
|---|---|---|
| Remove | No results for specific tissue |
| | TF not found by exact name |
| | If coordinates unknown |
| Use | rsid not in RegulomeDB |
| 主工具 | 替代方案 | 适用场景 |
|---|---|---|
指定生物样本的 | 移除 | 特定组织无结果时 |
| | 无法通过精确名称找到TF时 |
| 不指定坐标的 | 坐标未知时 |
| 使用 | rsid不在RegulomeDB中时 |
assay_title="TF ChIP-seq"@graphassay_title="TF ChIP-seq"@graph