jts / mbtools

MIT License
12 stars 3 forks source link

Add -r option to read-frequency to enable filtering modification calls #1

Closed Jonbroad15 closed 1 year ago

Jonbroad15 commented 1 year ago

Mbtools read-frequency outputs the total modification calls per every read in the Bam file.

The -r option filters for reads which intersect in regions provided by a bed file If a read spans two of such regions, two entries are created in the output with identical read_names but can be distinguished by their start_position and end_position which indicates the partition of the read the modification calls are associated with.