Parse Mapping
parse_mapping.RdParses mappings generated by pyobo_map() or otherwise produced by the
python module GILDA.
Arguments
- py_gilda_res_list
 A named list of term mapping lists (see
parse_term_mapping()), likely generated bypyobo_map().- ...
 Arguments passed on to
extract_ScoredMatch,parse_term_mappingprefixOptional prefix to add to namespace local unique identifiers (LUI; e.g. 4, the LUI for "disease" in DO), as a string; preferably to create a complete namespace ID (e.g. "DOID:4").
prefix_sepOptional separator placed between
prefixand namespace LUIs, as a string. Ignored ifprefix = NULL.best_onlyWhether to return the best scoring result(s) only, as a boolean.
FALSEwill return all results. NOTE:TRUEwill return more than one result in the case of ties.warn_best_gt1Whether to warn that best mapping ties exist for a term.