-
Notifications
You must be signed in to change notification settings - Fork 2
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
CoMethAllRegions()
returns invisibly
#16
Comments
I was testing a small subset (about 500) close-by gene regions for J. Jones' EPIC methylation data (n = 33 controls). |
Ok, so the issue is something else. I just tested all 49k regions and got back |
I figured it out: I'm using a tibble to store the data, which just hates row names. We need a check to confirm that some of the rownames are contained in the list of CpGs; perhaps with
|
Also, (and I need to make this another issue), the |
Also, when |
More |
This NULL trick works in serial, but not in parallel?
|
We have an example where there are no comethylated regions for a subset of the probes of interest. When we save the output, it saves as
NULL
; However, when I run the function without saving the output, nothing is printed to the console. The function should returnNULL
regardless, and perhaps even print a message that no regions of concurrent methylation were found.The text was updated successfully, but these errors were encountered: