Open
Description
Hello,
I process 6 different samples that I mapped against the same reference genome (the mitochondria) using Dorado. Using Samtool coverage, I checked that all my sample covered 100% of my genome with with a minimum depth of 1. I then used modkit to generate a bedMethyl table and it turns out that my 6 samples have different number of rows.
Using modkit, I used the option --filter-threshold.
Does bedMethyl table output only site that have at least 1 called higher than the threshold ?
So that there is no lines like
Nmod = 0
Ncanonical = 0
Nother mod = 0
Nvalid_cov = 0
Nfail = 15
Thank you !