relations2rdf

This tool aims at transforming PharmGKB relations to .ttl.

Requiremenents

This script only requires NodeJS (tested with v0.20.0).

Procedure

  • Clone this repository
  • Create a ./rdf directory
  • Copy or move relationships.tsv file to the root of the repo
  • Launch the script : node ./pharmgkb_relations.js
  • That's it ! Your turtle file should be in the ./rdf directory.