cancerDHC / umls-rrf-scala

A very basic library for parsing files in the UMLS RRF format
MIT License
4 stars 2 forks source link

Use relations from MRREL #7

Open gaurav opened 4 years ago

gaurav commented 4 years ago

This PR tries to use the mappings from MRREL to supplement the information from MRCONSO in mapping from one vocabulary to another. There any many relations in MRREL, and this PR provides methods for accessing them. However, it appears that all the hierarchy information obtained from MRREL was already present in the MRHIER table we were using earlier. Therefore, I'm going to put this PR on hiatus until we actually need to tap into the MRREL information.

Should be merged after #5.