Description
Hi, @ArtRand
I encountered some issues while using modkit extract.
Here is my code:
${modkitDir}/modkit extract ${bamfile}/input_merge_sup_m6A_pseU.mod.sorted.bam null --read-calls ${bamfile}/input_merge_sup.pass.m6A.reads.tsv --reference ${index_dir}/gencode.vM33.normal.transcripts.fa --motif DRACH 2 --log-filepath ${bamfile}/input_merge_sup_m6A.reads.log --mapped-only -q 10000 --sample-num-reads 20084 -t 40
I have a table with the same transcript positons but different read id.
I want to know modkit determines if this position is m6A modified?
In here, https://nanoporetech.github.io/modkit/intro_extract.html#note-on-implicit-base-modification-calls
you said that fail column "true if the base modification call fell below the pass threshold".
But there are still some fail values that are TRUE, but the call_code column is not "a". Why is this?
Best wishes,
Kirito