-
Notifications
You must be signed in to change notification settings - Fork 1
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
Separate output for dmrs? #2
Comments
Good point. I'll modify the |
You can do it before if you document properly. I'm not sure if this is a On Wed, Jun 11, 2014 at 12:54 AM, egor-dolzhenko [email protected]
|
There is another potential issue with splitting the output. When there are sufficiently many samples, RADMeth will flag regions with very variable methylation in one group of samples and consistent methylation in the other (e.g. a bimodal distribution in one group and a binomial in the other). There are many biological contexts where such behavior is interesting and, I believe, expected (e.g. cancer vs non-cancer comparisons). It does not really make sense to talk about directionality in such situations. |
As a general rule, I try to avoid outputting multiple files as the default behavior -- it makes writing pipelines that use the tool a bit more tricky. As a suggested alternative, you could add an option that changes the behavior so that only DMRs in a particular direction are output. That would allow use-cases like Meng's to be easily accommodated, without having to change the current default behavior. |
The program
dmrs
calls DMR from table of adjusted pvalue. However the output is mixed with DMRs in both directions, e.g. dmr:(some positive value) and dmr:(some negative value), and user has to manually separate DMRs from the result.For myself I rarely use DMRs of both directions in one file, so I suggest it's better to use two options for output.
The text was updated successfully, but these errors were encountered: