-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add a Transmitter type #286
Comments
We'll have to deal with is naming inconsistency. Capitalisation and dashes/spaces can be dealt with fairly easily (although it requires overriding I'm looking at using |
Assuming the comment above is in reference to methods of the Transmitter class.
Edit: |
If we already have in the database a Neurotransmitter('acetylcholine'), with a bunch of metadata about it, and a user creates Neurotransmitter('ACh'), I was thinking of using I guess this is a method which could go into DataObject - given that a lot of different data objects have synonyms and as you say, their identity is based solely on their identifier. |
Add a DataObject subclass for representing transmitters. Must include a property for receptor mappings. It is not necessary to add any additional properties beyond the name of the receptor to close this issue, but properties which can apply equally to all neurotransmitters may be added.
Addition of a Receptor type (#291) is not necessarily a prerequisite to this, but if #291 is completed, then the receptor property should have Receptor-type values.
Child of #281
blocks #287
blocks #288
The text was updated successfully, but these errors were encountered: