HOME  ›   pipelines
If your question is not answered here, please email us at:  ${email.software}

10x Genomics
Chromium Single Cell ATAC

Peaks file

The peaks.bed file contains the output of the peak calling algorithm. Each peak is an interval on the genome that has a local enrichment of transposase cut-sites. The peaks file reports those intervals in [BED][1] format. Cell Ranger ATAC produces peaks that are numerically sorted and non-overlapping. Additionally, header lines beginning with # record information about the sample, the reference used and primary contigs in the reference.

The set of called peaks reflected in this file form the set of primary 'features' that are measured for each cell. Each peak has a corresponding row in the feature-barcode [matrix output files][3].

See the [Algorithm Overview][2] page for details on how Cell Ranger ATAC produces peaks.

Column Definitions

Column NumberNameDescription
1chromReference genome chromosome of peak
2chromStartStart position of peak on chromosome.
3chromEndEnd position of peak on chromosome. The end position is exclusive, so represents the position immediately following the peak interval.








[1]: https://genome.ucsc.edu/FAQ/FAQformat.html#format1 "BED Format" [2]: ../algorithms/overview "Algorithm Overview" [3]: matrices "Matrix Output Files"