You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: