pod5-file-format icon indicating copy to clipboard operation
pod5-file-format copied to clipboard

Request methods to plot signals in a specific regions

Open liuyang2006 opened this issue 1 year ago • 3 comments

Dear ONT,

For POD5 files, I want to plot the raw signals with basecalled results in a region, e.g., 12-20 base-pairs. Is there a package or functions to extract the signal with related basecalling results together?

Thank you!

Best, Yang

liuyang2006 avatar Dec 11 '24 20:12 liuyang2006

Hey,

I'm not from ONT but this might be the tool you are looking for

https://github.com/hiruna72/squigualiser

Cheers, James

Psy-Fer avatar Dec 11 '24 20:12 Psy-Fer

Hi James,

This is indeed a beautiful tool! Thank you for sharing!

Best, Yang

liuyang2006 avatar Dec 11 '24 20:12 liuyang2006

A bit late here, but you might have a look at Remora for raw signal plotting. Remora aims to simplify the processing steps and inputs. During basecalling you'll have to record the link between the basecalls and the signal with the --emit-moves option. After this the resulting BAM file and POD5 file (or directory of POD5s) are the only inputs to basecall anchored raw signal plotting. Adding a k-mer levels table and mapping the reads can allow comparison of the signal from many reads at a genomic location. Here are some notebooks describing the functionality. https://github.com/nanoporetech/remora/tree/master/notebooks

marcus1487 avatar Jan 10 '25 19:01 marcus1487