GoekeLab / m6anet

Detection of m6A from direct RNA-Seq data
https://m6anet.readthedocs.io/
MIT License
101 stars 17 forks source link

Where to find read-level probability? #67

Closed haotianteng closed 1 year ago

haotianteng commented 1 year ago

Hi according to this thread #47 I turn on the --infer_mod_rate flag, and it now gives a mod_ratio entry which gives the ratio, but I still can't find the read level probability, I find there is a data.json file contains N-by-9 matrix, is the read level probability in this matrix? And if so how should I interpret it?

Best, Teng

chrishendra93 commented 1 year ago

hi @haotianteng , currently the --infer_mod_rate flag only gives you the modification percentage of any given site. We have not released the version with the read level probability but if you are interested to try, you can run the dev branch (you don't have to include the --infer_mod_rate flag anymore in this version)

Regards

Christopher Hendra