-
Notifications
You must be signed in to change notification settings - Fork 68
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
dorado for m6A analysis #1170
Comments
Hi @baibhav-bioinfo,
|
Okay @malton-ont thanks for the response. |
hello, dorado basecaller [email protected] pod5/ --modified-bases-models [email protected]_m6A_DRACH@v1/ --device cuda:all > sample.bam dorado basecaller [email protected] pod5/ --modified-bases-models [email protected]_m6A@v1/ --device cuda:all > sample.bam for the DRACH motif context i got 60,000 sites per sample (10 million reads with ~1000nt per read) Did something wrong happened in my ALL context run? Please suggest. |
Hi @baibhav-bioinfo, By default dorado outputs predictions in all-context for any site with a >5% chance of being a modification. You can adjust this using the |
Hello,
Appreciation for developing the valuable and diverse software.
I am trying to use Dorado for m6A analysis (using DRS data), from site identification to Diff Methylated Rate analysis between conditions with replicates (using modkit).
(1) i wanted to know if
dorado basecaller [email protected] /path/to/pod5
--modified-bases-models [email protected]_m6A_DRACH@v1/ --device cude:all --reference ref.fasta > calls.bam
this is correct approach for alignment along with basecalling.
also as other tools (eg. m6Anet) uses transcriptome rather than genome. which one would be more suitable to align with?.
(2) The resultant bed file (after modkit pileup) contains position with Nmod=0. Why are those in the output when my argument is to detect the m6A mod sites? do i need to filter out those, keeping only Nmod>=1?
also the file have Nother_mod, what are those and why are we getting other mods?
is there any option to get only relevant Nmod rows, in my case A?
The text was updated successfully, but these errors were encountered: