Align dorado output to reference
1
0
Entering edit mode
7 weeks ago
njornet ▴ 20

I recently started analysing nanopore data and I'm using dorado for the basecalling and I then need to align the ont reads to the reference genome. I understand that dorado outputs an unaligned bam file by default, can I align this bam file directly to the reference genome? Should I run the dorado basecaller with the reference option? I guess the second option should be the most appropriate, but if I want to just basecall first, could I do the first option?

minimap2 bam nanopore dorado • 455 views
ADD COMMENT
0
Entering edit mode

If your goal is simple alignment to a reference genome, you can use dorado. I think dorado can also still output fastq format directly.

If your goal is to assess methylation, you'll need to use the MM and ML tags explained somewhat by this software: https://github.com/nanoporetech/modkit

ADD REPLY
1
Entering edit mode
7 weeks ago
GenoMax 141k

can I align this bam file directly to the reference genome?

No you will need to convert to fastq first by using samtools fastq. You can also ask dorado to emit fastq by using --emit-fastq option. You will get a warning about loss of some metadata if you generate fastq but that should not affect the sequence.

Should I run the dorado basecaller with the reference option?

You could do this as a one step process since dorado uses minimap2 to do the alignments.

ADD COMMENT

Login before adding your answer.

Traffic: 2542 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6