Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
payalchandak authored Jul 28, 2022
1 parent 97a51a2 commit a0b9806
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ conda env create --name PrimeKG --file=environments.yml

For a quick start in Python, you can load PrimeKG using the following dataloaders. You are also welcome to download the raw data files in `.csv` format directly from [Harvard Dataverse](https://doi.org/10.7910/DVN/IXA7BM).

TDC [[docs]](https://github.com/mims-harvard/TDC)
### Therapeutics Data Commons
[website](https://tdcommons.ai) | [docs](https://github.com/mims-harvard/TDC)
```bash
pip install PyTDC
```
Expand All @@ -77,7 +78,8 @@ drug_feature = data.get_features(feature_type = 'drug')
data.to_nx()
data.get_node_list(type = 'disease')
```
PyKEEN [[docs]](https://pykeen.readthedocs.io/en/latest/api/pykeen.datasets.PrimeKG.html)
### PyKEEN
[website](https://github.com/pykeen/pykeen) | [docs](https://pykeen.readthedocs.io/en/latest/api/pykeen.datasets.PrimeKG.html)
```
pip install pykeen
```
Expand Down

0 comments on commit a0b9806

Please sign in to comment.