UCSC Get Encode CCREs
Get ENCODE4 candidate cis-Regulatory Elements (cCREs) for a genomic region from UCSC Genome Browser. cCREs are classified by epigenetic signatures into: Promoter-like (PLS, red), Proximal enhancer-like (pELS, orange), Distal enhancer-like (dELS, yellow), DNase-H3K4me3 (blue), CTCF-only/CTCF-bound (green). Each cCRE includes max Z-scores for DNase, H3K4me3, H3K27ac, and CTCF signals across biosamples. Use this to identify regulatory elements in a region of interest for functional genomics or GWA…
Overview
Get ENCODE4 candidate cis-Regulatory Elements (cCREs) for a genomic region from UCSC Genome Browser. cCREs are classified by epigenetic signatures into: Promoter-like (PLS, red), Proximal enhancer-like (pELS, orange), Distal enhancer-like (dELS, yellow), DNase-H3K4me3 (blue), CTCF-only/CTCF-bound (green). Each cCRE includes max Z-scores for DNase, H3K4me3, H3K27ac, and CTCF signals across biosamples. Use this to identify regulatory elements in a region of interest for functional genomics or GWAS variant interpretation.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 88ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chrom": {
"description": "Chromosome name (e.g., 'chr17').",
"type": "string"
},
"end": {
"description": "End position (0-based).",
"type": "integer"
},
"genome": {
"default": "hg38",
"description": "Genome assembly (e.g., 'hg38', 'mm10').",
"type": "string"
},
"start": {
"description": "Start position (0-based).",
"type": "integer"
}
},
"required": [
"chrom",
"start",
"end"
],
"type": "object"
}Examples (1)
Default UCSC Get Encode CCREs call
{
"chrom": "",
"end": 1,
"start": 1
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_UCSC_get_encode_cCREs
- Tool name
- UCSC_get_encode_cCREs
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse