-
Notifications
You must be signed in to change notification settings - Fork 63
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
How does dorado handle 3D data #1089
Comments
This question isn't a dorado issue and is probably best asked on the Nanopore community forum. However, if I understand your question correctly: You'll need to use other tools for post-processing such as Kind regards, |
Dear @HalfPhoton I think I have encountered a similar issue and would like to ask you for help. The use of long-read sequencing technologies in the context of three-dimensional genomics, protein-DNA interactions, and simultaneous DNA methylation profiling has become achievable. As you are aware, incorporating three-dimensional genomic information can lead to the presence of a significant number of chimeric reads in the sequencing results. These chimeras can typically be effectively aligned to the reference genome through split mapping, where the split positions correspond to the digest sites or added linker sequences. However, due to the inherent accuracy issues associated with ONT base calling, splitting at the read level may not always be the optimal approach. Instead, splitting based on the alignment results relative to the reference genome might yield better outcomes. Given above context, I would like to ask whether BAM files generated from the base calling and alignment process using Thank you for your time, and I look forward to your insights on this matter. Best regards, Zheng zhuqing |
Hi @biozzq,
Yes - the output from dorado can be used for methylation analysis in
We're always working on improving basecalling accuracy and performance in Dorado to meet the needs of our users. I'll raise this use case with the team to discuss how we can better support these interesting workflows especially with regards to read splitting if it's problematic in three-dimensional genomics. Best regards, |
Dear @HalfPhoton Thank you for your prompt response. I have a few more uncertainties that I would like to consult with you about. I obtained the modBAM file through the Thank you for your assistance. |
In our experiment, we cross-linked chromosome fragments that may interact in three-dimensional space, basecalling with dorado and identifying methylation information. I need to split the cross-linked chromosome fragments and then compare them back to the reference genome, but how do I get the methylation information to the split fragments when I split them? Or can dorado do it together with identifying methylation information
Waiting for your reply
Thank you
The text was updated successfully, but these errors were encountered: