egeulgen / pathfindR

pathfindR: Enrichment Analysis Utilizing Active Subnetworks
https://egeulgen.github.io/pathfindR/
Other
177 stars 25 forks source link

Remove KEGG ID to gene name conversion from `get_kegg_gsets` #206

Closed egeulgen closed 2 months ago

egeulgen commented 2 months ago

This PR removes the conversion functionality in get_kegg_gsets() which now returns KEGG IDs so that the user can convert the returned identifiers using a more appropriate tool (e.g. BioMart) should they wish

fixes #205