Open
Description
Hi, it is my first time to use Modkit to extract modified base signals but have some problems.
I use Dorado v0.7.1 to do SUP + modification calling (m6A,pseU).
I use minimap2 to align the unaligned_mod_bam file
Number of read aligned to 'Mus_musculus.GRCm39.dna.primary_assembly.fa' is 19,446,790
However, when I use modkit to extract m6A, it says Processed ~7505886 reads and skipped zero reads
I wonder why modkit filtered the other reads?
Here is what I did,
modkit pileup input.bam output.bed --ref Mus_musculus.GRCm39.dna.primary_assembly.fa --motif A 0 -t 36
I notice it says Threshold of 0.6464844 for base A is low. Consider increasing the filter-percentile or specifying a higher threshold.
Is it related to my problem?
Thank you very much!