You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Luca, mostly copy-paste from @soniacruciani with some of my comments:
dorado encodes modifications (ie when using RNA004 m6A DRACH model) in bam files (MM and ML tags).
In order to support dorado m6A model in the upcoming release we have two options:
do mapping via dorado - BAM output is already mapped. this is not ideal because dorado doesn't support much control over alignement ie lack of spliced alignment.
do mapping after basecalling and include modification info (MM and ML tags) in FastQ and BAM using following commands
Note, the second option is troublesome, because dorado/remora uses reference sequence in order to make better modification calls (reference-anchored calling). So if we go for it, expect lower modification calling accuracy.
If we go for 2nd option, I'd recommend to include a few more useful tags in final BAM:
mv - move table
pt - estimated polyA tail length
ts - template start
The text was updated successfully, but these errors were encountered:
Hi Luca, mostly copy-paste from @soniacruciani with some of my comments:
dorado encodes modifications (ie when using RNA004 m6A DRACH model) in bam files (
MM
andML
tags).In order to support dorado m6A model in the upcoming release we have two options:
MM
andML
tags) in FastQ and BAM using following commandsNote, the second option is troublesome, because dorado/remora uses reference sequence in order to make better modification calls (reference-anchored calling). So if we go for it, expect lower modification calling accuracy.
If we go for 2nd option, I'd recommend to include a few more useful tags in final BAM:
The text was updated successfully, but these errors were encountered: