-
Notifications
You must be signed in to change notification settings - Fork 6
Implement Chemical Subclass Extending the Node Class #103
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestmajor"Larger effort" enhancements or bug fixes that take a longer amount of time to complete"Larger effort" enhancements or bug fixes that take a longer amount of time to completepythonPull requests that update Python codePull requests that update Python code
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmajor"Larger effort" enhancements or bug fixes that take a longer amount of time to complete"Larger effort" enhancements or bug fixes that take a longer amount of time to completepythonPull requests that update Python codePull requests that update Python code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
To do
Building on the
Nodeclass (referenced in Issue-#102), we also need a Chemical subclass. This will help handle the specific data types we use in Comptox AI.Objectives:
Nodeclass provides a generic interface, theChemicalsubclass will be tailored to handle attributes and methods specific to chemical data.Chemicalsubclass can seamlessly interact with the Comptox AI Neo4j database and pull chemical-specific data.Key Tasks:
Chemicalnodes.fetch_chemicals, to retrieve and process chemical data from the database.Chemicalclass is able to parse and present data in a Python-friendly format.