Skip to main content
EpiMark is a 420M parameter epigenomic annotation model. Given a genomic region and cell type, it predicts histone marks, CpG methylation, and chromatin accessibility from sequence context alone. No ChIP-seq or ATAC-seq data required.

At a glance

Install

See Installation for full setup, including uv and poetry.

When to use

  • Annotate regulatory elements in a locus without running assays.
  • Compare predicted epigenomic state across cell types.
  • Prioritize non-coding variants by predicted regulatory impact.

Example

Response

Parameters

string
required
Genomic region in chrN:start-end format. Maximum window 100 kb.
string
required
ENCODE or Roadmap cell type identifier (for example, K562, GM12878).
string[]
Marks to predict. Defaults to a standard panel. Valid values include H3K27ac, H3K4me3, H3K4me1, H3K27me3, ATAC, DNase, CpG_methyl.

Response fields

object
Prediction for the H3K27ac mark with state, peaks, and p_value fields.
object
Chromatin accessibility prediction. state is one of open_chromatin or closed_chromatin.
object
CpG methylation prediction with a fractional level and categorical state.
string
Aggregated regulatory state for the region: active_regulatory, poised, repressed, or quiescent.