-
Notifications
You must be signed in to change notification settings - Fork 4
Specification about DMR.csv #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @Yijun-Tian Thank you very much for your interest in MethylBERT. It seems like there's only one sequence read found overlapping with given DMRs in your BAM file. This is why
I think you need a better quality of DMRs/BAM file to find more overlapping reads. Kind regards, |
Thanks for the feedback @hanyangii . The BAM file provided to the MethylBERT program was generated by overlapping between a larger WGS BAM and the BED file, so I don't think it will be the case that the alignments are too few in the DMR region. By the way, except for the region overlapping, does MethylBERT set other alignment filtering procedures, such as MAPQ, CIGAR operator? As far as I know, most of my nanopore alignments have lots of indels, which could make them filtered out? |
Hello, @Yijun-Tian. MethylBERT does not have any further filtering steps in the algorithm. However, it does select only reads fully-overlapping with DMRs. Therefore, there's a possibility that the length of most long-reads exceeds the region size (several hundreds bps) thus have been disregarded. Could you please increase the region size by adding 1000 bps (or more depending on your read length) at the start and the end of each region, and then try again? |
Hi @hanyangii,
Could you share more details about the preparation of the DMR.csv? I tried to fine-tune based on a dorado called BAM file, but the fine-tune doesn't seem to work:
Here is my $BED. It was a DMR based on tumor normal paired comparison. Does ctype means cell type as your example shows?
Thanks!
The text was updated successfully, but these errors were encountered: