phenoscape / rphenoscape

R package to make phenotypic traits from the Phenoscape Knowledgebase available from within R.
https://rphenoscape.phenoscape.org/
Other
5 stars 5 forks source link

Removes hard coded phenoscape api URLs #171

Closed johnbradley closed 3 years ago

johnbradley commented 3 years ago

Uses pkb_api() instead of hard coded strings for phenoscape API URLs. Fixes #166

Replaces pk_GET() function calls with get_json_data() and removes pk_GET declaration. Fixes #167