Display signal intensity or region scores along a chromosome as a genome-browser-style track, using simple BED-like input.
Upload your data and generate the genome track plot
BED-like TSV: chr, start, end, optional score
| chr | start | end | score |
|---|---|---|---|
| chr2 | 100000 | 103621 | 47.9 |
| chr2 | 108001 | 109295 | 12.9 |
| chr2 | 120843 | 122796 | 40.3 |
| chr2 | 126938 | 130692 | 26.0 |
Upload data and click Generate, or run with example data
Input format: BED-like table with chr, start, end and an optional score column. Standard BED files (with or without header) are accepted.
Output: each region is drawn as a bar whose height and color encode the score; the contig containing the most regions is shown.
Typical use: visualize peak-calling results (ChIP-seq, ATAC-seq) or any per-region signal from the Epigenomics/Genomics workflows.