-
Notifications
You must be signed in to change notification settings - Fork 47
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
add-methylation level not working #48
Comments
Do you mind to share the top few lines of your input file? |
Sure thing! The input tsv file is starts with: chr1 59764278 59878081 NM_007561 0 + |
The format looks fine. There are a few possible causes.
|
Thanks, that seems to have worked! However, now only some of the entries actually get their methylation levels calculated - currently trying to figure out why. |
Update - it's only calculating levels for about 10% of the intervals listed and nothing obvious seems different about those intervals (these samples have about 25x coverage so there should be information on most of them). Has this behavior been reported before? |
I don't think so. It will be great help for me to debug if you can share a subset of the data for reproducing this issue. |
Can do - I can supply a subset of one of the allc files and the tsv. Even the reduced allc is pretty big (414 MB compressed) - how would you like me to send it? Thank you very much for your assistance! |
If you can set up a link for me to download the data, it will be fine. FTP, google drive etc will work for me. |
Thanks! Try this: https://drive.google.com/open?id=1bUIvMYR-aopcMwoQEttaYlx8UrRrOZ00 |
Thanks. I think the problem is that the input tsv file is not sorted. You can use the below command to sort the file.
The problem should be solved with the sorted file. Please let me know if it works. |
Looks like it worked, thank you!! Now to figure out what it all means . . |
I have a similar issue. But my output tsv file has only the bed file I checked that my files are using proper tab as delimiter and the allc files are not empty.... |
When I run add-methylation-level with an input tsv (genes that are differentially expressed, for which I'm interested in getting total methylation level) methylpy generates a blank output file.
The text was updated successfully, but these errors were encountered: