You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and plug the resulting df into diff_meth_pos, then it will process that resulting df quite happily. Though it does give me two "Warning: invalid value encountered in subtract" warnings and then tell me that "No DMPs were found within the q < 1 (the significance cutoff level specified)".
I am assuming that's something else though.
The text was updated successfully, but these errors were encountered:
I think I have a workaround for this, so this is more of a heads up than an issue that needs solving at this point.
I have a data frame holding beta values. When I put that into methylize.diff_meth_pos(df, phenotype) it breaks, giving me a math domain error.
There doesn't appear to be anything wrong with the data, if I do the following (which is replicating the beta2m() function):
and plug the resulting df into diff_meth_pos, then it will process that resulting df quite happily. Though it does give me two "Warning: invalid value encountered in subtract" warnings and then tell me that "No DMPs were found within the q < 1 (the significance cutoff level specified)".
I am assuming that's something else though.
The text was updated successfully, but these errors were encountered: