-
Notifications
You must be signed in to change notification settings - Fork 7
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 in python #14
Comments
Unfortunately, the error message alone is not specific enough to pinpoint the source of this error. So I may need some more information from you. There is one detail that catches my eye: it looks like the gene names are a regular column in your data frame as opposed to the index, which is what DISCOVER expects. If you read these data with Please try that first. If the above does not fix the problem, I will ask you for some more detailed information. |
In this example it seems that all elements of With the line |
Thanks for your reminder. My data is huge, so I want to intercept part of it for testing. My problem was solved when I increased the amount of data. And also, are there any parameters I should adjust for large data sets? My data has been running for over 13 hours. Thanks |
Good to hear your problem has been solved. In the next update of the DISCOVER package I will add an explicit check for empty mutation matrices so that at least the error message will be more informative. As for your second question, I assume that the long runtime you report is for the This speed up does come at a price though. With the above option you are asking DISCOVER to perform multiple testing correction with the standard Benjamini-Hochberg procedure, as opposed to the default, which uses a discrete version of the Benjamini-Hochberg procedure. The advantage of the discrete version is that it tends to give lower Q values, but the disadvantage is that it takes much more time. In contrast, the standard version (enabled with the |
Hi,
One error occurred when I used DISCOVER, could you help me with that? Thanks!
The format of my binary data is:
The text was updated successfully, but these errors were encountered: