-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hi, Dr. Lee
First off, thank you for developing this incredible toolkit for calculating several measures from which we are able to infer DNA methylation heterogeneity of the sample. Just like the paper's title (Lee et al., bioRxiv, 2022), it IS "ultrafast" and is quite easy to use.
Due to my complete lack of understanding of the language (Rust) metheor is built upon, I was wondering if you could tell me how metheor handles the two overlapped reads (Read1 and Read2 from paired-end reads) when it measures, say, epipolymorphism (PM). By overlapped reads, I mean they are mapped onto basically the same region owing to the short size of the fragment from which they originated.
For example, when bismark (Link) extracts the DNA methylation information from these overlapped reads (by bismark_methylation_extractor), you would be well aware that, due to the redundancy of the information they contain, it ignores the DNA methylation of one of the reads.
I tried to get the answer for this question from the original paper that first introduced Epipolymorphism (Landan et al., 2012), to no avail.
Does metheor take account of this redundancy?
Best regards,
Sohn