You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task consists of implementing a parameter in the Annotator proxy (this project) that will enable to specify the ontologies to use to expand using the mappings in the case where the &expand_mappings=true is used.
The idea is that &ontologies= will always be used to specify the "ontologies to keep in result" which are the ontologies in which the user do want the final annotations.
However, when the mapping semantic expansion is used, instead of using always (which will stay the by default behaviour) the same ontologies to expand with the mappings, we will be able to specify to the Annotator the ones to explicitly used (or all) for mappings.
jonquet
changed the title
Implement the mapping_ontologies parameter to specify the ontologies to use when mappign semantic expansion is activated
Implement the mapping_ontologies parameter to specify the ontologies to use when mapping semantic expansion is activated
Jan 25, 2017
This task consists of implementing a parameter in the Annotator proxy (this project) that will enable to specify the ontologies to use to expand using the mappings in the case where the &expand_mappings=true is used.
The idea is that &ontologies= will always be used to specify the "ontologies to keep in result" which are the ontologies in which the user do want the final annotations.
However, when the mapping semantic expansion is used, instead of using always (which will stay the by default behaviour) the same ontologies to expand with the mappings, we will be able to specify to the Annotator the ones to explicitly used (or all) for mappings.
For example:
http://services.bioportal.lirmm.fr/annotator?text=mélanome&ontologies=MDRFRE,MSHFRE&longest_only=false&exclude_numbers=false&whole_word_only=true&exclude_synonyms=false&expand_mappings=true
will annotate "mélanome" with MSHFRE and MDRFRE, but if we specify
&mapping_ontologies=MEDLINEPLUS,SNMIFRE
then this 2 last ontologies will actually be used to generate direct annotations then the mappings MEDLINEPLUS->MSHFRE, SNMIFRE->MSHFRE, MEDLINEPLUS->MDRFRE, SNMIFRE->MDRFRE, will be used to generate new annotations within MSHFRE and MDREFRE.
This will need to be present in the UI also.
The text was updated successfully, but these errors were encountered: