-
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
Examples for Annotations GeneDict result in error #24
Comments
This is also a problem in DiseaseDict with the 'name' and 'diseaseid' inputs. |
Hi aruta321, You're right, the documentation for this section is outdated and not correct. I'm sorry for this - I'll try to update it when I find some time. There are a few things that you should change: You must initialize the
|
Thanks for the quick response. This has resolved my issues. |
I updated the documentation for handling Genes and Diseases to make the workflow (hopefully) more obvious in #28 |
Reproducing the examples from the GeneDict() documentation gives a TypeError in v3.3.1. Either the documentation should specify the hgnc id and symbol are required or the code should allow for only one to be passed.
The text was updated successfully, but these errors were encountered: