realbigws / cwDTW

Continuous Wavelet Dynamic Time Warping for unbalanced global mapping of two signals
GNU General Public License v3.0
19 stars 9 forks source link

How to validate? #2

Open BoredMa opened 4 years ago

BoredMa commented 4 years ago

Hello, your cwDTW is very fast and valuable. I want to apply your method, but I need to make sure the accuracy of your tool first. In your paper, you mentioned signal labeling, the labeling difference between cwDTW and Tombo is below 15%. Because I'm not very familiar with this aspect, I want to know how to extract alignment information from Tombo's fast5 file, and how to calculate the 15% value. Do you have the corresponding code for my reference?

icthrm commented 4 years ago

Dear BoredMa,

It is Sheng that run Tombo. However, I have an alternative way to test accuracy. You can use the deepsimulator to generate simulated signals and use cwDTW to align them. The drawing tool can be find in our consequencing paper "novel algorithms for fast accuracy...". Indeed, the accuracy should be around 99% or more if the data is qualified.

Yours,

Renmin Han

BoredMa notifications@github.com 于2020年3月16日周一 下午10:22写道:

Hello, your cwDTW is very fast and valuable. I want to apply your method, but I need to make sure the accuracy of your tool first. In your paper, you mentioned signal labeling, the labeling difference between cwDTW and Tombo is below 15%. Because I'm not very familiar with this aspect, I want to know how to extract alignment information from Tombo's fast5 file, and how to calculate the 15% value. Do you have the corresponding code for my reference?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/realbigws/cwDTW/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2IPE6EESOTIP5XFMJG7ULRHYYZJANCNFSM4LMI2W6A .

BoredMa commented 4 years ago

Thank you for your reply. Have you ever done the comparison experiment between cwDTW and Tombo in running time?

icthrm commented 4 years ago

Dear BoredMa,

Sheng has tried Tombo. If your concern is the alignment between genome sequences and signals, our tool is much fater.

Yours,

Renmin Han

BoredMa notifications@github.com 于2020年3月18日周三 下午9:45写道:

Thank you for your reply. Have you ever done the comparison experiment between cwDTW and Tombo in running time?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/realbigws/cwDTW/issues/2#issuecomment-600632189, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2IPE5Z7CPMIAKFCXRNUPTRIDF7TANCNFSM4LMI2W6A .

BoredMa commented 4 years ago

Hello, I'm trying to use your tool, but there's a problem. In Tombo, there is a comparison between reference and signal. Does cwDTW need to compare reads to reference, and then intercept the corresponding DNA sequence of reference. Now that I have the SAM file, how can I intercept that DNA sequence?

icthrm commented 4 years ago

Hi,

we do not need the comparison between reads to the reference. We direct compare between signal and read, as our readme in github.

Yours,

Renmin Han

BoredMa notifications@github.com 于2020年4月3日周五 下午10:33写道:

Hello, I'm trying to use your tool, but there's a problem. In Tombo, there is a comparison between reference and signal. Does cwDTW need to compare reads to reference, and then intercept the corresponding DNA sequence of reference. Now that I have the SAM file, how can I intercept that DNA sequence?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/realbigws/cwDTW/issues/2#issuecomment-608466993, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2IPE3CDKRUHQMXEY6QOQLRKXXSLANCNFSM4LMI2W6A .