novoalab / EpiNano

Detection of RNA modifications from Oxford Nanopore direct RNA sequencing reads (Liu*, Begik* et al., Nature Comm 2019)
GNU General Public License v2.0
110 stars 31 forks source link

Get the profile of modification in serval sample #80

Closed solaryx closed 3 years ago

solaryx commented 3 years ago

Can I use EpiNano-Error to get the result of both sample?

Huanle commented 3 years ago

Hi @solaryx ,

All Epinano-Error does is to predict the most likely modified sites by comparing two the potentially modified and unmodified samples.

I think you have mixed it with the Epinano_predict algorithm, which does predict the modification status of any sample provided to make predictions.

Regarding your sample-labeling question: Labeling the modified and un-modified samples is required to train your own models with Epinano_Predict. This requires prior knowledge of modification sites in your samples. In the example, all As in RRACH motifs are modified in the WT sample.
In your case, since you do not have this information, you can not do training. But you can use Epinano_predict to predict m6A modifications using the already trained models that are included in the Epinano repository.