-
Notifications
You must be signed in to change notification settings - Fork 1
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
Timeout error when using GO_analyse() #2
Comments
Argh - I recognise the issue (not specific to GOexpress) but haven't used Oh yes, actually, if you're a minimum familiar with the package biomaRt package, you can download the relevant gene annotation tables yourself, and pass them to GOexpress as arguments I've been meaning to deprecate the automated fetching of annotation in GOexpress for a long time now anyway, as this is unnecessarily painful and slightly more open to irreproducible behaviour than users providing their own annotations or using annotation packages or the |
I realise that with all that I haven't given an explanation: the |
Thanks for your help :) I will have a go at making local annotations then |
I'm running the
GO_analyse()
command on my expression set and I keep getting a timeout error.Here is my command and the output and error message I receive:
I then tried to add the biomart dataset and name to see if it would help but it made no difference:
My ExpressionSet has dimensions 13485 features x 10 samples
Any suggestions on how I can get this function to run across my data?
The GOexpress package seems really good so I would really like to get it to work on my data!
The text was updated successfully, but these errors were encountered: