TIP (Toxicological Integrated Platform) provides a digital resource that
- stores and integrates data from the labs that are part of the SRP center in UCD,
- enables access to data for both internal and external partners through an application programming interface (API).
This project is under an active development. For more recent updates, please check out the development branch https://github.com/IBPA/TIP/tree/dev.
$ git clone https://github.com/IBPA/TIP.git # Clone the repository to your machine.
$ pip install ./TIP # Initiate setup.py.
Check if the package is correctly installed by
$ tip-cli
$ pip uninstall tip-cli
- Fang Li @ https://github.com/fangzhouli
- Jason Youn @ https://github.com/jasonyoun
For any questions, please contact us at tagkopouloslab@ucdavis.edu.
This project is licensed under the GNU GPLv3 License. Please see the LICENSE
file for details.
This work has been supported by UCD Superfund Research Center funded by NIH/NIEHS.
- docstring for init
- Server should return all assays if users read a compound.
- Read, write data to a file, change json to CSV format as the template.
- Follow REST guideline.