-
Notifications
You must be signed in to change notification settings - Fork 97
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
Error reading in file #302
Comments
Ok it seems that this is due to the fact that 0 rows are left after coverage filtering. MethylKit unfortunately does not handle this very gracefully. @alexg9010 is there a way to skip files with 0 rows after coverage filtering instead of crashing?
|
Hi @Ge0rges , You are right, this edge case is not handled very well. For now, you could use
Best |
Thanks for that solution. |
Hello,
I have written an R script that uses methylKit to ultimately get DMRs. In this script, I read in multiple
.bed
files into a singlemethRead()
call. The script completes successfully on at least 3 different sets of data I have input.I am encountering an odd issue however with one dataset where the following error occurs:
As you can see, this happens when reading in file 2. However, these files are all generated in an identical fashion by a master script. Here is what their head looks like:
Relevant script:
I appreciate any tips.
The text was updated successfully, but these errors were encountered: