Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different number of line in the bedMethyl table among samples #77

Open
HeleneMeMartin opened this issue Nov 7, 2023 · 1 comment
Open
Labels
question Looking for clarification on inputs and/or outputs

Comments

@HeleneMeMartin
Copy link

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 !

@ArtRand
Copy link
Contributor

ArtRand commented Nov 7, 2023

Hello @HeleneMeMartin

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

That's correct, as mentioned in the documentation, rows with Nvalid_cov = 0 are not reported. If you have a use case where this is a problem I could add a flag in the next release that outputs positions where all of the modification calls fall below the pass threshold.

@ArtRand ArtRand added the question Looking for clarification on inputs and/or outputs label Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Looking for clarification on inputs and/or outputs
Projects
None yet
Development

No branches or pull requests

2 participants