https://github.com/bhklab/pharmacodi
The PharmacoDI Python package contains all the functions needed to make the PharmacoDB database tables from a collection of .csv for each PSet.
https://github.com/bhklab/pharmacodi
Last synced: 3 months ago
JSON representation
The PharmacoDI Python package contains all the functions needed to make the PharmacoDB database tables from a collection of .csv for each PSet.
- Host: GitHub
- URL: https://github.com/bhklab/pharmacodi
- Owner: bhklab
- License: mit
- Created: 2021-02-11T19:13:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T20:59:53.000Z (over 3 years ago)
- Last Synced: 2024-12-30T03:22:28.782Z (5 months ago)
- Language: Python
- Homepage:
- Size: 462 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PharmacoDI

The PharmacoDI Python package contains all the functions needed to make the PharmacoDB database tables from a collection of .csv for each PSet.
## Description
This package is intended for internal use by members of the BHK Lab.
It automates the process of generating the database tables for our PharmacoDB web app.## Installation
To install this package with pip run:
`pip install git+https://github.com/bhklab/PharmacoDI#egg=PharmacoDI`