information-artifact-ontology / IAO

information artifact ontology
Creative Commons Attribution 4.0 International
70 stars 25 forks source link

New annotation property - 'may be identical to' #207

Closed dosumis closed 5 years ago

dosumis commented 5 years ago

VFB is dealing with very large numbers of neuronal cell type terms from different sources. Increasingly we have evidence from papers or analysis suggesting that two separately defined terms may actually refer to the same type of neuron. Where such assertions are uncertain, we would like to use an annotation property capture them. The resulting annotation axiom can then be further annotated with provenance info (reference, comment, curator, evidence type etc). This approach will allow us to display potential mappings to users and to track evidence that may eventually be used to inform decisions to merge terms. This is likely to be generally useful in cell ontology work given rapid advances in single cell biology.

zhengj2007 commented 5 years ago

@dosumis I think it may belong to ontology-metadata repository, https://github.com/information-artifact-ontology/ontology-metadata/issues.

Do you mind moving the tracker there?

cmungall commented 5 years ago

or just using skos?

dosumis commented 5 years ago

or just using skos?

Do you have any particular SKOS property in mind? I don't feel that any of the SKOS mapping relations quite work. I actually think a realist way of describing the problem works well in this case:

Neurons types are natural types (Universal is too loaded). There are multiple ways to uniquely identify a neuron type by some combination of the properties they have. When we are truly confident that two or more terms, with different definitions, refer to the same type, then we will merge. Until then we need to relate these terms in some way and track assertions & evidence that they refer to the same type. See example here: https://github.com/FlyBase/drosophila-anatomy-developmental-ontology/pull/347#issuecomment-420634805

SKOS, OTOH has mapping relations like this:

The property skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of "compound errors" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property.

I'm not confident that the neuron types in the example could be used interchangeably in some information retrieval applications. Either they are the same type or they are not, we're just not confident enough to say so yet. Further experiments (an experiment assaying expression of the driver used find the descending neuron + fruitless / Octopaminergic neuron marker) are needed.

(I'm not completely dogmatic about this natural-type framing though. We could decide by fiat that the descending neuron term covers all with that morphology, making the other two subclasses - but we'd still merge if all members of the class defined by morphology turned out to be fruitless expressing octopaminergic neurons)

cmungall commented 5 years ago

OK, seems new property is justified - do you want to make a PR, or are you doing these @zhengj2007 ?

zhengj2007 commented 5 years ago

@cmungall what does PR mean?

dosumis commented 5 years ago

I'll do it.

On Fri, Sep 14, 2018, 12:26 AM jie zheng notifications@github.com wrote:

@cmungall https://github.com/cmungall what does PR mean?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/information-artifact-ontology/IAO/issues/207#issuecomment-421183361, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG4x27gkl4FxeMWko5-szc1c2lhdF6Rks5uaumOgaJpZM4WlWW5 .

dosumis commented 5 years ago

@zhengj2007 pull request link above. Can you check the diff and approve if you think OK.

@Clare72 please see pull request for new IRI.

zhengj2007 commented 5 years ago

This issue was moved to information-artifact-ontology/ontology-metadata#40