https://github.com/bhklab/rpharmacodi
R code which enchances the PharmacoDI Python package.
https://github.com/bhklab/rpharmacodi
Last synced: 4 months ago
JSON representation
R code which enchances the PharmacoDI Python package.
- Host: GitHub
- URL: https://github.com/bhklab/rpharmacodi
- Owner: bhklab
- License: apache-2.0
- Created: 2021-05-11T20:48:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T17:37:49.000Z (over 2 years ago)
- Last Synced: 2024-12-30T03:22:09.868Z (6 months ago)
- Language: R
- Size: 113 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rPharmacoDI
This package is the R compliment to the PharmacoDI Python package. It provides the functions needed
for interfacing with a PSet object to generate a .csv representation of each PSet.Additional functions for downloading precomputed data which is needed for creating database tables in PharmacoDI
are also included and processed to .csv.The goal of this package is to eliminate or minimize the need for dependencies external to a given package/module,
as would be the case using `rp2` from Python as well as for using `reticulate` from R.