CDK-R / cdkr

Integrating R and the CDK
https://cdk-r.github.io/cdkr/
42 stars 27 forks source link

Added get.synonyms function. #29

Closed jbuonagurio closed 8 years ago

jbuonagurio commented 8 years ago

Added a new function get.synonyms which uses PUG REST to get CIDs and synonyms matching a character vector of compound names. data.table is added under Imports for the rbindlist function at L64; this isn't strictly required but improves performance.

jbuonagurio commented 8 years ago

Fixed a code/documentation mismatch in 1dee61598291652fccba0f695bdea338345b98f8. Seems that I might be generating incorrect MD5sums (probably due to a line ending issue in my Git configuration). If you merge this PR the MD5 file may need to be recreated.