haowenz / chromap

Fast alignment and preprocessing of chromatin profiles
https://haowenz.github.io/chromap/
MIT License
192 stars 21 forks source link

Mapping paired-end single-cell ATAC-Seq reads #164

Closed NPSDC closed 6 months ago

NPSDC commented 6 months ago

I am trying to map paired-end reads. I wanted to understand how Chromap tackles a scenario when only one mate (single read) of the pair maps to the reference genome. Does it report the mapping for the pair or ignore it? If yes then is the fragment length the read length?

Thank you, Noor

mourisl commented 6 months ago

I think Chromap will ignore such pairs.

NPSDC commented 6 months ago

Thanks